Stop debugging and get var access right
This commit is contained in:
parent
2fc1bd49b7
commit
98f0e90545
@ -51,14 +51,6 @@
|
|||||||
- yml
|
- yml
|
||||||
register: vault_include
|
register: vault_include
|
||||||
|
|
||||||
- name: DEBUG 1
|
|
||||||
debug:
|
|
||||||
msg: "{{ vault_include }}"
|
|
||||||
|
|
||||||
- name: Load vault variables into vault dictionary
|
- name: Load vault variables into vault dictionary
|
||||||
set_fact:
|
set_fact:
|
||||||
vault: "{{ vault_include.ansible_facts }}"
|
vault: "{{ vault_include.ansible_facts.vault }}"
|
||||||
|
|
||||||
- name: DEBUG 2
|
|
||||||
debug:
|
|
||||||
msg: "{{ vault }}"
|
|
||||||
|
Reference in New Issue
Block a user