Fix Molecule CI workflow for Ubuntu 22.04 GitHub Actions.

pull/194/head
Jeff Geerling 2 years ago
parent 3f133ad7ab
commit 3d55be0a54
  1. 3
      molecule/default/molecule.yml

@ -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:

Loading…
Cancel
Save