summaryrefslogtreecommitdiff
path: root/changelogs/fragments/63940-template-lookup-hostvars-regression.yml
Commit message (Collapse)AuthorAgeFilesLines
* template lookup: fix regression when templating hostvars (#64070)Martin Krizek2019-11-121-0/+2
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 (cherry picked from commit cd8ce16d4830782063692d897e57bd0af33ab5db)