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/targets/templating_lookups/template_lookups/vars/main.yml

10 lines
131 B
YAML

mydict:
mykey1: myval1
mykey2: myval2
things1:
- 1
- 2
things2:
- "{{ foo }}"
- "{{ foob | default('') }}"