added complex bare templated conditional test

This commit is contained in:
Brian Coca 2014-12-10 09:21:49 -05:00
parent 58be1b049e
commit 0ce5d2c846

View file

@ -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])