mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Merge pull request #7011 from hernandesbsousa/devel
Add missing info for the append option for user module
This commit is contained in:
@@ -61,6 +61,8 @@ options:
|
|||||||
except the primary group.
|
except the primary group.
|
||||||
append:
|
append:
|
||||||
required: false
|
required: false
|
||||||
|
default: "no"
|
||||||
|
choices: [ "yes", "no" ]
|
||||||
description:
|
description:
|
||||||
- If C(yes), will only add groups, not set them to just the list
|
- If C(yes), will only add groups, not set them to just the list
|
||||||
in I(groups).
|
in I(groups).
|
||||||
|
|||||||
Reference in New Issue
Block a user