Skip to content

Commit

Permalink
add cgroupns mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Feb 4, 2024
1 parent 9ccc745 commit e36a971
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/chrony/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/epel/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/logrotate/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/ntp/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/remi_repo/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down
1 change: 1 addition & 0 deletions molecule/selinux/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
Expand Down

0 comments on commit e36a971

Please sign in to comment.