mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7011 from hernandesbsousa/devel
Add missing info for the append option for user module
This commit is contained in:
commit
c5e9a06c2a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ options:
|
|||
except the primary group.
|
||||
append:
|
||||
required: false
|
||||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
description:
|
||||
- If C(yes), will only add groups, not set them to just the list
|
||||
in I(groups).
|
||||
|
|
Loading…
Reference in a new issue