blob: a02b87168efb1538b3de42d2aa4fbf45371a30ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
# 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
things1:
- 1
- 2
vars_file_var: 321
|