From a75f5bc391053ca6e87f173ac59e12ad3a3f03c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sun, 8 Aug 2021 23:27:47 +0100 Subject: [PATCH] Add volumes to all images --- molecule/default/molecule.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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