Skip to content

Commit

Permalink
fix(ci): molecule rw volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Jan 10, 2025
1 parent a3dd48a commit 9c2f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platforms:
image: "${namespace:-robertdebock}/${image:-fedora}:${tag:-latest}"
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: yes
pre_build_image: yes
provisioner:
Expand Down

0 comments on commit 9c2f030

Please sign in to comment.