User - correct group removal description in docs (#61936)
This commit is contained in:
parent
e4d4e49388
commit
61efffcbe1
2 changed files with 3 additions and 2 deletions
2
changelogs/fragments/user-docs-group-fix.yaml
Normal file
2
changelogs/fragments/user-docs-group-fix.yaml
Normal file
|
@ -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…
Reference in a new issue