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

Fail NoLogPassword only when loops are used #1590

Merged
merged 2 commits into from Jun 4, 2021

Commits on May 27, 2021

  1. Fail NoLogPassword only when loops are used

    Fair note has been made in ansible#1589 regarding modules already marking
    password fields with `no_log`.
    However, when loop is used, passwords are still being exposed in case
    of task failure or running in debug.
    
    So we change logic of the check and fail it only when task has some
    iteration in it.
    Dmitriy Rabotyagov committed May 27, 2021
    Configuration menu
    Copy the full SHA
    431e083 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    cf7e067 View commit details
    Browse the repository at this point in the history