mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Add 'users' description to differentiate it from 'users_info'
This commit is contained in:
parent
1bef84de96
commit
77b0831f09
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ global_status:
|
|||
sample:
|
||||
- { "Innodb_buffer_pool_read_requests": 123, "Innodb_buffer_pool_reads": 32 }
|
||||
users:
|
||||
description: Users information.
|
||||
description: Return a dictionnary of users grouped by host and with global privileges only.
|
||||
returned: if not excluded by filter
|
||||
type: dict
|
||||
sample:
|
||||
|
|
Loading…
Add table
Reference in a new issue