mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Add reminder about groups default behavior in user module (#76096)
This commit is contained in:
@@ -53,7 +53,9 @@ options:
|
||||
type: str
|
||||
groups:
|
||||
description:
|
||||
- List of groups user will be added to. When set to an empty string C(''),
|
||||
- List of groups user will be added to.
|
||||
- By default, the user is removed from all other groups. Configure C(append) to modify this.
|
||||
- When set to an empty string C(''),
|
||||
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.
|
||||
type: list
|
||||
|
||||
Reference in New Issue
Block a user