summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_templating/group_vars/all.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/var_templating/group_vars/all.yml')
-rw-r--r--test/integration/targets/var_templating/group_vars/all.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/var_templating/group_vars/all.yml b/test/integration/targets/var_templating/group_vars/all.yml
new file mode 100644
index 0000000..4eae7c1
--- /dev/null
+++ b/test/integration/targets/var_templating/group_vars/all.yml
@@ -0,0 +1,7 @@
+---
+x: 100
+y: "{{ x }}"
+nested_x:
+ value:
+ x: 100
+nested_y: "{{ nested_x }}"