summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-10-06 11:58:21 -0400
committerBrian Coca <bcoca@users.noreply.github.com>2016-11-01 18:15:42 -0400
commit86fc6970be09e4e1d855185f5043ab384a792fec (patch)
tree858c3413863c9be604ef1da14cac461627d9669e
parentc4342c3c7df725bd894d2ddefeebb225246e5a10 (diff)
downloadansible-modules-core-86fc6970be09e4e1d855185f5043ab384a792fec.tar.gz
docit
-rw-r--r--system/user.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/user.py b/system/user.py
index f4482924..fd60b4f0 100644
--- a/system/user.py
+++ b/system/user.py
@@ -61,9 +61,10 @@ options:
groups:
required: false
description:
- - Puts the user in this comma-delimited list of groups. When set to
- the empty string ('groups='), the user is removed from all groups
- except the primary group.
+ - Puts the user in list of groups. When set to the empty string ('groups='),
+ the user is removed from all groups except the primary group.
+ - Before version 2.3, the only input format allowed was a 'comma separated string',
+ now it should be able to accept YAML lists also.
append:
required: false
default: "no"