You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
meta Fix cosmetic problems in YAML source 8 years ago
tasks Clean up various integration tests. (#60613) 5 years ago
template_deepcopy template lookup: fix regression when templating hostvars (#64070) 5 years ago
templates Allow for vaulted templates in template lookup (#49819) 6 years ago
vars
aliases Update Shippable integration test groups. (#43118) 6 years ago
lookups.yml Clean up various integration tests. (#60613) 5 years ago
runme.sh template lookup: fix regression when templating hostvars (#64070) 5 years ago
template_lookup_vaulted.yml Allow for vaulted templates in template lookup (#49819) 6 years ago
test_vault_pass Allow for vaulted templates in template lookup (#49819) 6 years ago