Forgot to default out the vault vars
This commit is contained in:
parent
c936d635de
commit
db69b43535
@ -73,4 +73,4 @@
|
|||||||
|
|
||||||
- name: Create vault variable dictionary
|
- name: Create vault variable dictionary
|
||||||
set_fact:
|
set_fact:
|
||||||
vault: "{{ vault_include.ansible_facts.vault }}"
|
vault: "{{ vault_include.ansible_facts.vault | default([]) }}"
|
||||||
|
Reference in New Issue
Block a user