13 lines
238 B
YAML
13 lines
238 B
YAML
---
|
|
# 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)
|
|
cond_bad_attribute:
|
|
bar: a
|
|
|
|
cond_list_of_items:
|
|
results:
|
|
- a
|
|
- b
|
|
- c
|
|
|