Skip to content

Commit

Permalink
fix: molecule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jseniuk committed Jun 3, 2024
1 parent f4268cd commit a2f91ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ platforms:
- name: instance
image: ${MOLECULE_DOCKER_IMAGE:-'geerlingguy/docker-ubuntu1804-ansible:latest'}
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
tmpfs:
- /tmp
- /run
- /run/lock
provisioner:
name: ansible
playbooks:
Expand Down

0 comments on commit a2f91ed

Please sign in to comment.