From e696d9b482e6d5429242c5eb474c486605bb039b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:38:07 +0100 Subject: [PATCH] Restore systemd-fedora-latest image --- molecule/default/molecule.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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