Skip to content

Commit

Permalink
test podman priviledged setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor2200 committed Nov 27, 2023
1 parent b368d97 commit a97c8e5
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 @@ -4,14 +4,15 @@ dependency:
name: galaxy
driver:
name: podman
privileged: true # Set the driver to run in privileged mode
platforms:
- name: instance
image: "docker.io/geerlingguy/docker-${MOLECULE_DISTRO:-debian12}-ansible:latest"
cgroupns_mode: host
command: ${MOLECULE_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
privileged: tru
pre_build_image: true
provisioner:
name: ansible
Expand Down

0 comments on commit a97c8e5

Please sign in to comment.