summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/var_templating/group_vars/all.yml
blob: 4eae7c1bbd4dfdf6031f23f74cc447a7dbf35962 (plain)
1
2
3
4
5
6
7
---
x: 100
y: "{{ x }}"
nested_x:
  value:
    x: 100
nested_y: "{{ nested_x }}"