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