Stop debugging and get var access right

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

View File

@ -51,14 +51,6 @@
- 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 }}"
vault: "{{ vault_include.ansible_facts.vault }}"