ansible/test/integration/targets/conditionals/vars/main.yml

18 lines
282 B
YAML
Raw Normal View History

---
# foo is a dictionary that will be used to check that
# a conditional passes a with_items loop on a variable
# with a missing attribute (ie. foo.results)
2014-10-10 19:45:33 +02:00
cond_bad_attribute:
bar: a
2014-10-10 19:45:33 +02:00
cond_list_of_items:
results:
- a
- b
- c
things1:
- 1
- 2
vars_file_var: 321