mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Do not leak the password in log (#5203)
This commit is contained in:
committed by
Matt Clay
parent
180977a727
commit
8b7898e4ab
@@ -542,7 +542,7 @@ def main():
|
||||
management_cert_path=dict(),
|
||||
endpoints=dict(default='22'),
|
||||
user=dict(),
|
||||
password=dict(),
|
||||
password=dict(no_log=True),
|
||||
image=dict(),
|
||||
virtual_network_name=dict(default=None),
|
||||
state=dict(default='present'),
|
||||
|
||||
Reference in New Issue
Block a user