371d7aae31
* Fix HostVarsVars templating * Add some tests for HostVars and HostVarsVars templating * changelog
7 lines
81 B
YAML
7 lines
81 B
YAML
---
|
|
x: 100
|
|
y: "{{ x }}"
|
|
nested_x:
|
|
value:
|
|
x: 100
|
|
nested_y: "{{ nested_x }}"
|