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: native types: literal_eval all the things (#68938) #69044

Merged
merged 2 commits into from
May 6, 2020

Commits on Apr 20, 2020

  1. native types: literal_eval all the things (ansible#68938)

    With pallets/jinja#1190 merged our short-circuit
    is no longer valid (has it ever been?) as now data like ' True ' may go
    through our ansible_native_concat function as opposed to going through
    intermediate call to Jinja2's native_concat before. Now we need to always
    send data through literal_eval to ensure native types are returned.
    
    (cherry picked from commit acdc9eb)
    mkrizek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    bd83348 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Fix tests

    mkrizek committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a9b934a View commit details
    Browse the repository at this point in the history