mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
document better description
This commit is contained in:
parent
2ea7120f2e
commit
0c17778f63
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ users:
|
|||
sample:
|
||||
- { "localhost": { "root": { "Alter_priv": "Y", "Alter_routine_priv": "Y" } } }
|
||||
users_privs:
|
||||
description: Users privileges.
|
||||
description: Information about users accounts. The output can be used as an input of the mysql_user plugin. Useful when migrating accounts to a new server or to create an inventory.
|
||||
returned: if not excluded by filter
|
||||
type: dict
|
||||
sample:
|
||||
|
|
Loading…
Add table
Reference in a new issue