Set no_log to True for junos_user encrypted_password (#62184)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
Nilashish Chakraborty 2019-09-12 16:08:40 +05:30 committed by Daniel Mellado
parent cd4882e229
commit 4e6270750a

View file

@ -314,7 +314,7 @@ def main():
name=dict(),
full_name=dict(),
role=dict(choices=ROLES),
encrypted_password=dict(),
encrypted_password=dict(no_log=True),
sshkey=dict(),
state=dict(choices=['present', 'absent'], default='present'),
active=dict(type='bool', default=True)