Switch single platform via env var, syntax check
All checks were successful
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Successful in 2m43s

This commit is contained in:
Mike Holloway 2025-01-07 22:27:05 -05:00
parent 08d64e1cb1
commit 0b1a8fef37

View File

@ -9,7 +9,7 @@ driver:
ansible_connection: docker
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:~rockylinux9}-ansible:latest
image: geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest
command: "/sbin/init"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro