Skip to content

Commit

Permalink
Trying another platform change for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed Feb 16, 2024
1 parent 22a2fbc commit f555e91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ driver:
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest"
privileged: true
pre_build_image: true
cgroupns_mode: host
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /tmp
privileged: true
pre_build_image: true
- /run
- /run/lock
provisioner:
name: ansible
config_options:
Expand Down

0 comments on commit f555e91

Please sign in to comment.