## Molecule platform values update
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 2m2s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 2m2s
This commit is contained in:
parent
9539cb485e
commit
1988fae3e8
@ -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) }}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user