Skip to content

Commit 5a37243

Browse files
committed
Fix Molecule CI workflow for Ubuntu 22.04 GitHub Actions.
1 parent 930f8c5 commit 5a37243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

molecule/default/molecule.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ platforms:
99
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
1010
command: ${MOLECULE_DOCKER_COMMAND:-""}
1111
volumes:
12-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
12+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
13+
cgroupns_mode: host
1314
privileged: true
1415
pre_build_image: true
1516
provisioner:

0 commit comments

Comments
 (0)