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.
ansible/test/integration/vars_file.yml

13 lines
271 B
YAML

# this file is here to support testing vars_files in the blending tests only.
# in general define test data in the individual role:
# roles/role_name/vars/main.yml
foo: "Hello"
things1:
- 1
- 2
things2:
- "{{ foo }}"
- "{{ foob }}"
vars_file_var: 321