summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/templating_lookups/template_lookups/vars/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/templating_lookups/template_lookups/vars/main.yml')
-rw-r--r--test/integration/targets/templating_lookups/template_lookups/vars/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/templating_lookups/template_lookups/vars/main.yml b/test/integration/targets/templating_lookups/template_lookups/vars/main.yml
new file mode 100644
index 0000000..4c44b1c
--- /dev/null
+++ b/test/integration/targets/templating_lookups/template_lookups/vars/main.yml
@@ -0,0 +1,9 @@
+mydict:
+ mykey1: myval1
+ mykey2: myval2
+things1:
+ - 1
+ - 2
+things2:
+ - "{{ foo }}"
+ - "{{ foob | default('') }}"