Skip to content

Commit

Permalink
fix(molecule): set volume mount to rw
Browse files Browse the repository at this point in the history
  • Loading branch information
maxthier committed Jan 28, 2025
1 parent a72c573 commit e09e9e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ 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:
name: ansible
config_options:
defaults:
remote_tmp: /tmp
verifier:
name: ansible

0 comments on commit e09e9e1

Please sign in to comment.