From 97b23c0fb7593d13c162022726121b6b30668f51 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 6 Oct 2016 11:58:21 -0400 Subject: [PATCH] docit --- lib/ansible/modules/system/user.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index 4fbea3f1d0..fba0c11753 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -60,9 +60,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"