mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -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:
|
sample:
|
||||||
- { "localhost": { "root": { "Alter_priv": "Y", "Alter_routine_priv": "Y" } } }
|
- { "localhost": { "root": { "Alter_priv": "Y", "Alter_routine_priv": "Y" } } }
|
||||||
users_privs:
|
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
|
returned: if not excluded by filter
|
||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
|
|
Loading…
Add table
Reference in a new issue