fix!: fixed molecule tests, rewrote how custom variables are handled for hosts overrides; fixed invalid services names for clamav handlers
This commit is contained in:
parent
6026cfd195
commit
dafa3fbc54
23 changed files with 238 additions and 159 deletions
|
@ -23,7 +23,7 @@
|
|||
type: tmpfs
|
||||
- target: /run/lock
|
||||
type: tmpfs
|
||||
- target: /tmp
|
||||
- target: /tmp:exec
|
||||
type: tmpfs
|
||||
register: result
|
||||
loop: "{{ molecule_yml.platforms }}"
|
||||
|
@ -52,7 +52,8 @@
|
|||
"{{ item.name }}":
|
||||
ansible_connection: community.docker.docker
|
||||
custom_common:
|
||||
deb822_format: true
|
||||
apt:
|
||||
deb822_format: true
|
||||
ansible.builtin.set_fact:
|
||||
molecule_inventory: >
|
||||
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue