mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-30 04:00:21 -07:00
Mask login_password in log (#21199)
This commit is contained in:
parent
a995fa43a6
commit
41f3680dfd
15 changed files with 15 additions and 15 deletions
|
@ -90,7 +90,7 @@ def main():
|
|||
mailbox_password=dict(required=True),
|
||||
state=dict(required=False, choices=['present', 'absent'], default='present'),
|
||||
login_name=dict(required=True),
|
||||
login_password=dict(required=True),
|
||||
login_password=dict(required=True, no_log=True),
|
||||
),
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue