From 202fc57253cd521fd863eb8016f55628a32e27d1 Mon Sep 17 00:00:00 2001 From: "Hernandes B. de Sousa" Date: Wed, 16 Apr 2014 01:17:39 -0300 Subject: [PATCH] Add missing info for the append option Both 'default' and 'choices' options were missing at the documentation. --- library/system/user | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/system/user b/library/system/user index d33244dba54..8c649c0607c 100644 --- a/library/system/user +++ b/library/system/user @@ -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).