mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
added complex bare templated conditional test
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user