mirror of https://github.com/ansible/ansible.git
Update user module to support no_log=False. (#66219)
Updates the user module to support pull request #64733. Neither the update_password or password_lock field contains sensitive information, so mark them as such.pull/66249/head
parent
10cc2e2b47
commit
40394ed671
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "update ``user`` module to support silencing ``no_log`` warnings in the future (see: https://github.com/ansible/ansible/pull/64733)"
|
||||
Loading…
Reference in New Issue