1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/roles/test_conditionals/vars/main.yml

14 lines
238 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