mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-22 18:31:27 -07:00
typo
This commit is contained in:
parent
4e4d50112a
commit
318f95c0a9
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class MySQL_Info(object):
|
||||||
"""Get user privileges.
|
"""Get user privileges.
|
||||||
|
|
||||||
Query the server to get all the users and return a string
|
Query the server to get all the users and return a string
|
||||||
of privileges that can be used with the mysql_user plugin.
|
of privileges that can be used by the mysql_user plugin.
|
||||||
For instance:
|
For instance:
|
||||||
|
|
||||||
"users_privs": [
|
"users_privs": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue