Skip to content

Commit

Permalink
Add 'users' description to differentiate it from 'users_info'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Oct 13, 2023
1 parent 1bef84d commit 77b0831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/mysql_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
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:
Expand Down

0 comments on commit 77b0831

Please sign in to comment.