From 5e9177c091433393be8142f2e7591e1a059f0904 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Dec 2016 18:19:19 +0200
Subject: [PATCH] - Use privileged container instead of just adding the
 sys_admin capability (the latter has been shown to be cause unrelated
 issues).

---
 molecule.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/molecule.yml b/molecule.yml
index 3b66af5..792e630 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
-- 
GitLab