mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 10:51:03 +00:00
Adjust booleans in source control modules. (#5158)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user