Add missing info for the append option

Both 'default' and 'choices' options were missing at the documentation.
pull/7011/head
Hernandes B. de Sousa 11 years ago
parent e8b33636ae
commit 202fc57253

@ -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…
Cancel
Save