Skip to content

Commit

Permalink
Fix Molecule CI workflow for Ubuntu 22.04 GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 7, 2022
1 parent 8dd5924 commit 6a9dbc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
Expand Down

0 comments on commit 6a9dbc7

Please sign in to comment.