Set no_log to True for junos_user encrypted_password (#62184)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
(cherry picked from commit 4e6270750a)

Add changelog for junos_user encrypted_password no_log=True

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/62378/head
Nilashish Chakraborty 5 years ago committed by Toshio Kuratomi
parent e424b1b847
commit ea548bbef5

@ -0,0 +1,2 @@
bugfixes:
- junos_user - Add no_log=True to junos_user `encrypted_password` (https://github.com/ansible/ansible/pull/62184)

@ -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)

Loading…
Cancel
Save