User - correct group removal description in docs (#61936)

pull/61945/head
Sam Doran 5 years ago committed by GitHub
parent e4d4e49388
commit 61efffcbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- user - update docs to reflect proper way to remove account from all groups

@ -57,8 +57,7 @@ options:
groups:
description:
- List of groups user will be added to. When set to an empty string C(''),
C(null), or C(~), the user is removed from all groups except the
primary group. (C(~) means C(null) in YAML)
the user is removed from all groups except the primary group.
- Before Ansible 2.3, the only input format allowed was a comma separated string.
- Mutually exclusive with C(local)
type: list

Loading…
Cancel
Save