mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Mask login_password in log (#21199)
This commit is contained in:
committed by
Matt Davis
parent
a995fa43a6
commit
41f3680dfd
@@ -315,7 +315,7 @@ def main():
|
||||
cluster=dict(default='localhost'),
|
||||
port=dict(default='5433'),
|
||||
login_user=dict(default='dbadmin'),
|
||||
login_password=dict(default=None),
|
||||
login_password=dict(default=None, no_log=True),
|
||||
), supports_check_mode = True)
|
||||
|
||||
if not pyodbc_found:
|
||||
|
||||
Reference in New Issue
Block a user