Set no_log to True for junos_user encrypted_password (#62184)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/62198/head
Nilashish Chakraborty 5 years ago committed by Daniel Mellado
parent cd4882e229
commit 4e6270750a

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

Loading…
Cancel
Save