Adjust booleans in source control modules. (#5158)

This commit is contained in:
Felix Fontein 2022-08-24 19:59:56 +02:00 committed by GitHub
parent 35a283918a
commit 675bdef190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 68 additions and 68 deletions

View file

@ -102,17 +102,17 @@ options:
description:
- Require confirmation.
type: bool
default: yes
default: true
isadmin:
description:
- Grant admin privileges to the user.
type: bool
default: no
default: false
external:
description:
- Define external parameter for this user.
type: bool
default: no
default: false
identities:
description:
- List of identities to be added/updated for this user.