added complex bare templated conditional test
This commit is contained in:
parent
58be1b049e
commit
0ce5d2c846
1 changed files with 4 additions and 0 deletions
|
@ -293,3 +293,7 @@
|
|||
that:
|
||||
- result.results|length == 3
|
||||
- result.results[1].skipped
|
||||
|
||||
- name: test complex templated condition
|
||||
debug: msg="it works"
|
||||
when: vars_file_var in things1|union([vars_file_var])
|
||||
|
|
Loading…
Reference in a new issue