Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.9: template lookup: fix regression when templating hostvars (#64070) #64517

Merged
merged 1 commit into from Nov 12, 2019

Commits on Nov 6, 2019

  1. template lookup: fix regression when templating hostvars (ansible#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 ansible#63940
    
    (cherry picked from commit cd8ce16)
    mkrizek committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    421f79b View commit details
    Browse the repository at this point in the history