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