mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add url_password to 'cleanse' list
This commit is contained in:
parent
c5a8b78956
commit
2f1ab29855
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ class AnsibleModule(object):
|
|||
# TODO: generalize a separate log function and make log_invocation use it
|
||||
# Sanitize possible password argument when logging.
|
||||
log_args = dict()
|
||||
passwd_keys = ['password', 'login_password']
|
||||
passwd_keys = ['password', 'login_password', 'url_password']
|
||||
|
||||
for param in self.params:
|
||||
canon = self.aliases.get(param, param)
|
||||
|
|
Loading…
Reference in a new issue