From a2c9a7b8cd03e34f2b50d925901b8a56a898a182 Mon Sep 17 00:00:00 2001 From: omnom62 Date: Wed, 1 Jul 2026 12:40:46 +1000 Subject: T8989: Wave 3 vyos_user module with integration and unit tests --- plugins/modules/vyos_user.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/modules') diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index 269d41a..8ccb148 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -34,7 +34,6 @@ options: password: description: Plaintext password. Write-only — hashed on device immediately. type: str - no_log: true update_password: description: - Control when password is updated. @@ -243,7 +242,7 @@ ARGUMENT_SPEC = dict( elements="dict", options=dict( name=dict(type="str", required=True), - key=dict(type="str", required=True), + key=dict(type="str", required=True, no_log=True), type=dict( type="str", required=True, -- cgit v1.2.3