Skip to content
Snippets Groups Projects
  • Austin's avatar
    60fd87c5
    Fixes `no_log` warning for `ipahost` module · 60fd87c5
    Austin authored
    Similar to PR 286
    This PR explicitly sets `no_log` option for `update_password` attribute to `False`, so that the warning on `no_log` not being set is not issued anymore. Ansible incorrectly issued the warning, as `update_password` does not carry sensitive information.
    60fd87c5
    History
    Fixes `no_log` warning for `ipahost` module
    Austin authored
    Similar to PR 286
    This PR explicitly sets `no_log` option for `update_password` attribute to `False`, so that the warning on `no_log` not being set is not issued anymore. Ansible incorrectly issued the warning, as `update_password` does not carry sensitive information.