Forgot to default out the vault vars

This commit is contained in:
Luke Murphy
2020-04-14 15:18:41 +02:00
parent c936d635de
commit db69b43535

View File

@ -73,4 +73,4 @@
- name: Create vault variable dictionary
set_fact:
vault: "{{ vault_include.ansible_facts.vault }}"
vault: "{{ vault_include.ansible_facts.vault | default([]) }}"