Skip to content

Commit

Permalink
Switch to docker driver for molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Mar 12, 2024
1 parent 1f1b4e7 commit 731dfad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
dependency:
name: galaxy
driver:
name: podman
name: docker
platforms:
- name: ubuntu2004
image: docker.io/geerlingguy/docker-ubuntu2004-ansible
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -21,8 +21,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -33,8 +33,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -45,8 +45,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -57,8 +57,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -69,8 +69,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -81,8 +81,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -93,8 +93,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -105,8 +105,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
- /tmp
- /run
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
molecule-plugins[docker]

0 comments on commit 731dfad

Please sign in to comment.