summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_blending/vars_file.yml
blob: 971e16a7a0e49cf23ed32ada3206ffaf77c7002a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 | default('') }}"
vars_file_var: 321