## 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 - name: eqadmin
services: services:
- netbird - netbird
- service2
ansible.builtin.set_fact: ansible.builtin.set_fact:
molecule_inventory: > molecule_inventory: >
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml, recursive=true) }} {{ molecule_inventory | combine(inventory_partial_yaml | from_yaml, recursive=true) }}

View File

@ -9,10 +9,11 @@ driver:
ansible_connection: docker ansible_connection: docker
platforms: platforms:
- name: instance - name: instance
image: geerlingguy/docker-rockylinux9-ansible:latest image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: "/sbin/init" command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
privileged: true privileged: true
pre_build_image: 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