14 lines
210 B
YAML
14 lines
210 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)
|
||
|
foo:
|
||
|
bar: a
|
||
|
|
||
|
items:
|
||
|
results:
|
||
|
- a
|
||
|
- b
|
||
|
- c
|
||
|
|