mirror of https://github.com/ansible/ansible.git
When var name is the same as var content, try to template it before reporting that var is not defined. (#13629)
* When var name is the same as var content, try to template it before reporting that var is not defined. Add asserts in test_var_blending to check this special corner case. * Fix integration tests when using debug with list or dict.pull/15759/head
parent
48fa4f842e
commit
40c0f34c41
@ -1 +1,3 @@
|
||||
badwolf: badwolf
|
||||
|
||||
same_value_as_var_name_var: "same_value_as_var_name_var"
|
||||
|
Loading…
Reference in New Issue