Browse code

[stable-2.8] User - correct group removal description in docs (#61936) (cherry picked from commit 61efffcbe1)

Co-authored-by: Sam Doran <sdoran@redhat.com>

Sam Doran authored on 2019/09/07 01:16:33
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
0
+bugfixes:
1
+  - user - update docs to reflect proper way to remove account from all groups
... ...
@@ -57,8 +57,7 @@ options:
57 57
     groups:
58 58
         description:
59 59
             - List of groups user will be added to. When set to an empty string C(''),
60
-              C(null), or C(~), the user is removed from all groups except the
61
-              primary group. (C(~) means C(null) in YAML)
60
+              the user is removed from all groups except the primary group.
62 61
             - Before Ansible 2.3, the only input format allowed was a comma separated string.
63 62
             - Mutually exclusive with C(local)
64 63
         type: list