Add missing info for the append option

Both 'default' and 'choices' options were missing at the documentation.
This commit is contained in:
Hernandes B. de Sousa 2014-04-16 01:17:39 -03:00
parent 39356bd83b
commit 780b5e0bbf

View file

@ -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).