fedora39 platform added
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m34s

This commit is contained in:
Mike Holloway 2025-01-07 21:26:13 -05:00
parent 77bbbc8ffb
commit 2ef9c930cb

View File

@ -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