Use default on undefined vars in tests. (#17601)

This commit is contained in:
Matt Clay
2016-09-15 16:07:55 -07:00
committed by GitHub
parent c17a3bac37
commit 355b29573c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ things1:
- 2
things2:
- "{{ foo }}"
- "{{ foob }}"
- "{{ foob | default('') }}"
vars_file_var: 321