mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Use default on undefined vars in tests. (#17601)
This commit is contained in:
@@ -8,5 +8,5 @@ things1:
|
||||
- 2
|
||||
things2:
|
||||
- "{{ foo }}"
|
||||
- "{{ foob }}"
|
||||
- "{{ foob | default('') }}"
|
||||
vars_file_var: 321
|
||||
|
||||
Reference in New Issue
Block a user