fix(molecule): updated paths to inventory
This commit is contained in:
parent
d0e4450645
commit
a710ec9644
1 changed files with 4 additions and 4 deletions
|
@ -17,12 +17,12 @@
|
||||||
hosts: molecule
|
hosts: molecule
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../../../../../../../inventory/group_vars/all/vars.yml
|
- ../../../../../../inventory/group_vars/all/vars.yml
|
||||||
- ../../../../../../../inventory/group_vars/all/vault.yml
|
- ../../../../../../inventory/group_vars/all/vault.yml
|
||||||
- ./platform_vars.yml
|
- ./platform_vars.yml
|
||||||
tasks:
|
tasks:
|
||||||
- include_vars: ../../../../../../../inventory/group_vars/all/vars.yml
|
- include_vars: ../../../../../../inventory/group_vars/all/vars.yml
|
||||||
- include_vars: ../../../../../../../inventory/group_vars/all/vault.yml
|
- include_vars: ../../../../../../inventory/group_vars/all/vault.yml
|
||||||
- include_vars: ./platform_vars.yml
|
- include_vars: ./platform_vars.yml
|
||||||
- name: Platform hostvars
|
- name: Platform hostvars
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|
Loading…
Add table
Reference in a new issue