diff --git a/molecule/resources/create.yml b/molecule/resources/create.yml index a3aa1f5..5a6850e 100644 --- a/molecule/resources/create.yml +++ b/molecule/resources/create.yml @@ -60,5 +60,5 @@ privileged: "yes" volumes: # Mount the cgroups fs to allow SystemD to run into the containers - - "/sys/fs/cgroup:/sys/fs/cgroup:ro" + - "/sys/fs/cgroup:/sys/fs/cgroup:rw" with_items: "{{ molecule_platform_instances }}"