WIP debugging the vault loading
This commit is contained in:
parent
ed93cb7df2
commit
2fc1bd49b7
@ -51,6 +51,14 @@
|
||||
- yml
|
||||
register: vault_include
|
||||
|
||||
- name: DEBUG 1
|
||||
debug:
|
||||
msg: "{{ vault_include }}"
|
||||
|
||||
- name: Load vault variables into vault dictionary
|
||||
set_fact:
|
||||
vault: "{{ vault_include.ansible_facts }}"
|
||||
|
||||
- name: DEBUG 2
|
||||
debug:
|
||||
msg: "{{ vault }}"
|
||||
|
Reference in New Issue
Block a user