mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Do not leak the password in log (#5189)
This commit is contained in:
committed by
Matt Clay
parent
18b0920311
commit
5e1dfa9485
@@ -537,7 +537,7 @@ def main():
|
||||
port=dict(type='int', default=5432),
|
||||
unix_socket=dict(default='', aliases=['login_unix_socket']),
|
||||
login=dict(default='postgres', aliases=['login_user']),
|
||||
password=dict(default='', aliases=['login_password'])
|
||||
password=dict(default='', aliases=['login_password'], no_log=True)
|
||||
),
|
||||
supports_check_mode = True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user