Skip to content

Commit

Permalink
create: mount the cgroups fs as rw as defined in molecules to allow S…
Browse files Browse the repository at this point in the history
…ystemD
  • Loading branch information
romeroalx committed Oct 7, 2024
1 parent 87b8b7a commit 2dd7c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/resources/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 2dd7c94

Please sign in to comment.