2014-10-10 19:23:58 +02:00
|
|
|
---
|
|
|
|
# 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:
|
2014-10-10 19:23:58 +02:00
|
|
|
bar: a
|
|
|
|
|
2014-10-10 19:45:33 +02:00
|
|
|
cond_list_of_items:
|
2014-10-10 19:23:58 +02:00
|
|
|
results:
|
|
|
|
- a
|
|
|
|
- b
|
|
|
|
- c
|
|
|
|
|
2016-10-13 07:22:46 +02:00
|
|
|
things1:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
vars_file_var: 321
|