mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
282 B
YAML
18 lines
282 B
YAML
10 years ago
|
---
|
||
|
# 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)
|
||
10 years ago
|
cond_bad_attribute:
|
||
10 years ago
|
bar: a
|
||
|
|
||
10 years ago
|
cond_list_of_items:
|
||
10 years ago
|
results:
|
||
|
- a
|
||
|
- b
|
||
|
- c
|
||
|
|
||
8 years ago
|
things1:
|
||
|
- 1
|
||
|
- 2
|
||
|
vars_file_var: 321
|