summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/templating_lookups/template_lookups/vars/main.yml
blob: 4c44b1cb86d9ede596a36d8e529b9bdf94ac6159 (plain)
1
2
3
4
5
6
7
8
9
mydict:
    mykey1: myval1
    mykey2: myval2
things1:
    - 1
    - 2
things2:
    - "{{ foo }}"
    - "{{ foob | default('') }}"