edited the documentation for 'groups' in user.py (#81114)

* edited the documentation for 'groups' in user.py

* Update user.py
pull/81134/head
steve12512 1 year ago committed by GitHub
parent 2f820381ea
commit a5a4903b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ options:
type: str
groups:
description:
- List of groups user will be added to.
- A list of supplementary groups which the user is also a member of.
- 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.

Loading…
Cancel
Save