diff --git a/lib/ansible/modules/network/junos/junos_user.py b/lib/ansible/modules/network/junos/junos_user.py index aaef0faf6fa..1c9c3ed2ac6 100644 --- a/lib/ansible/modules/network/junos/junos_user.py +++ b/lib/ansible/modules/network/junos/junos_user.py @@ -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)