mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
Do not leak the vtp_password in log (#5199)
This commit is contained in:
committed by
Matt Clay
parent
3b2b33bf29
commit
18b0920311
@@ -404,7 +404,7 @@ def get_vtp_password(module):
|
||||
|
||||
def main():
|
||||
argument_spec = dict(
|
||||
vtp_password=dict(type='str'),
|
||||
vtp_password=dict(type='str', no_log=True),
|
||||
state=dict(choices=['absent', 'present'],
|
||||
default='present'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user