fedora39 platform added
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m34s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m34s
This commit is contained in:
parent
77bbbc8ffb
commit
2ef9c930cb
@ -8,13 +8,21 @@ driver:
|
|||||||
ansible_connection_options:
|
ansible_connection_options:
|
||||||
ansible_connection: docker
|
ansible_connection: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: rockylinux9
|
||||||
image: geerlingguy/docker-rockylinux9-ansible:latest
|
image: geerlingguy/docker-rockylinux9-ansible:latest
|
||||||
command: "/sbin/init"
|
command: "/sbin/init"
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
privileged: true
|
privileged: true
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
|
|
||||||
|
- name: fedora39
|
||||||
|
image: geerlingguy/docker-fedora39-ansible:latest
|
||||||
|
command: "/sbin/init"
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
privileged: true
|
||||||
|
pre_build_image: true
|
||||||
# you might want to add your own variables here based on what provisioning
|
# you might want to add your own variables here based on what provisioning
|
||||||
# you are doing like:
|
# you are doing like:
|
||||||
# image: quay.io/centos/centos:stream8
|
# image: quay.io/centos/centos:stream8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user