added complex bare templated conditional test

pull/9764/head
Brian Coca 10 years ago
parent 58be1b049e
commit 0ce5d2c846

@ -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…
Cancel
Save