WIP debugging the vault loading

This commit is contained in:
Luke Murphy 2020-04-14 13:20:01 +02:00
parent ed93cb7df2
commit 2fc1bd49b7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 0 deletions

View File

@ -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 }}"