From fa0e13e1a28d2a1f1653db6767e74bc37acc4a28 Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:46:02 +1000 Subject: T6890: use boolean in documentation (#491) * T6890: use boolean in documentation * T6890: use booleans in documentation --- plugins/modules/vyos_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/modules/vyos_user.py') diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index e47f5a05..0c79ce30 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -55,7 +55,7 @@ options: description: - The username to be configured on the VyOS device. This argument accepts a string value and is mutually exclusive with the C(aggregate) argument. - required: True + required: true type: str full_name: description: -- cgit v1.2.3