ansible/test/integration/targets/lookups
Martin Krizek cd8ce16d48
template lookup: fix regression when templating hostvars (#64070)
This fixes a regression that was caused by switching from copy() to
deepcopy() when 'saving' variables before templating. Since HostVars
did not implement the __deepcopy__() method, deepcopy returned incorrect
results when host vars were present in the variables.

Fixes #63940
2019-11-06 15:25:43 +01:00
..
meta
tasks
template_deepcopy template lookup: fix regression when templating hostvars (#64070) 2019-11-06 15:25:43 +01:00
templates
vars
aliases
lookups.yml
runme.sh template lookup: fix regression when templating hostvars (#64070) 2019-11-06 15:25:43 +01:00
template_lookup_vaulted.yml
test_vault_pass