## Molecule platform values update
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 2m2s

This commit is contained in:
Mike Holloway 2026-07-24 02:26:44 -04:00
parent 9539cb485e
commit 1988fae3e8
2 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,7 @@
- name: eqadmin
services:
- netbird
- service2
ansible.builtin.set_fact:
molecule_inventory: >
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml, recursive=true) }}

View File

@ -9,10 +9,11 @@ driver:
ansible_connection: docker
platforms:
- name: instance
image: geerlingguy/docker-rockylinux9-ansible:latest
command: "/sbin/init"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
privileged: true
pre_build_image: true
# you might want to add your own variables here based on what provisioning