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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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([]) }}"