diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index f052b5e..6921c7f 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -39,13 +39,15 @@ platforms: - /run - /tmp - # - name: systemd-fedora-latest - # image: jrei/systemd-fedora:latest - # command: /usr/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 + tmpfs: + - /run + - /tmp provisioner: name: ansible