diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index df30d48..7dbce30 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -20,16 +20,22 @@ platforms: image: centos/systemd:latest command: /usr/sbin/init privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: systemd-debian-latest image: jrei/systemd-debian:latest command: /sbin/init privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: systemd-fedora-latest image: jrei/systemd-fedora:latest command: /usr/sbin/init privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:ro provisioner: name: ansible