mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
Add missing info for the append option
Both 'default' and 'choices' options were missing at the documentation.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user