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: docker
platforms:
- name: instance
- name: rockylinux9
image: geerlingguy/docker-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"
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 are doing like:
# image: quay.io/centos/centos:stream8