diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-08-04 19:46:02 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:46:02 +0100 |
| commit | fa0e13e1a28d2a1f1653db6767e74bc37acc4a28 (patch) | |
| tree | 91c62f42efe2c8b1731a48683397c3322f53eef7 /plugins/modules/vyos_user.py | |
| parent | dec3537721776b7caca47fed5d7e335e3e6d80d6 (diff) | |
| download | vyos.vyos-fa0e13e1a28d2a1f1653db6767e74bc37acc4a28.tar.gz vyos.vyos-fa0e13e1a28d2a1f1653db6767e74bc37acc4a28.zip | |
T6890: use boolean in documentation (#491)
* T6890: use boolean in documentation
* T6890: use booleans in documentation
Diffstat (limited to 'plugins/modules/vyos_user.py')
| -rw-r--r-- | plugins/modules/vyos_user.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
