Skip to content

Commit

Permalink
added complex bare templated conditional test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Dec 10, 2014
1 parent 58be1b0 commit 0ce5d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/roles/test_conditionals/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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])

0 comments on commit 0ce5d2c

Please sign in to comment.