mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-05 08:00:22 -07:00
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:
|
that:
|
||||||
- result.results|length == 3
|
- result.results|length == 3
|
||||||
- result.results[1].skipped
|
- result.results[1].skipped
|
||||||
|
|
||||||
|
- name: test complex templated condition
|
||||||
|
debug: msg="it works"
|
||||||
|
when: vars_file_var in things1|union([vars_file_var])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue