Commit 0ce5d2c8 by Brian Coca

added complex bare templated conditional test

parent 58be1b04
......@@ -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])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment