Switch single platform via env var
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 23s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 23s
This commit is contained in:
parent
3094dea795
commit
08d64e1cb1
@ -8,16 +8,8 @@ driver:
|
|||||||
ansible_connection_options:
|
ansible_connection_options:
|
||||||
ansible_connection: docker
|
ansible_connection: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: rockylinux9
|
- name: instance
|
||||||
image: geerlingguy/docker-rockylinux9-ansible:latest
|
image: geerlingguy/docker-${MOLECULE_DISTRO:~rockylinux9}-ansible:latest
|
||||||
command: "/sbin/init"
|
|
||||||
volumes:
|
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
||||||
privileged: true
|
|
||||||
pre_build_image: true
|
|
||||||
|
|
||||||
- name: fedora39
|
|
||||||
image: geerlingguy/docker-fedora39-ansible:latest
|
|
||||||
command: "/sbin/init"
|
command: "/sbin/init"
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user