diff --git a/molecule.yml b/molecule.yml
index 56ea71494928e9db671b63c7da1a80cbdce510f6..7466ef190bbf6269bd84a7e6c35fd33c7b08ddb6 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -34,8 +34,7 @@ docker:
     image: ubuntu
     image_version: xenial
     command: /sbin/init
-    cap_add:
-      - SYS_ADMIN
+    privileged: True
     volume_mounts:
       - /sys/fs/cgroup:/sys/fs/cgroup
       - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
@@ -51,8 +50,7 @@ docker:
     image: debian
     image_version: jessie
     command: /sbin/init
-    cap_add:
-      - SYS_ADMIN
+    privileged: True
     volume_mounts:
       - /sys/fs/cgroup:/sys/fs/cgroup
       - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket