ansible/test/integration/targets/var_templating/group_vars/all.yml
Sloane Hertel 371d7aae31
Use templating in HostVarsVars __repr__ (#64282)
* Fix HostVarsVars templating

* Add some tests for HostVars and HostVarsVars templating

* changelog
2019-11-01 15:51:34 -04:00

7 lines
81 B
YAML

---
x: 100
y: "{{ x }}"
nested_x:
value:
x: 100
nested_y: "{{ nested_x }}"