mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
document correct return form
This commit is contained in:
parent
f79ee2b83c
commit
7b7d2f5500
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ users_privs:
|
||||||
"name": "user1",
|
"name": "user1",
|
||||||
"host": "host.com",
|
"host": "host.com",
|
||||||
"plugin": "mysql_native_password",
|
"plugin": "mysql_native_password",
|
||||||
"priv": "'db1.*': 'SELECT'/'db2.*': 'SELECT'",
|
"priv": "db1.*:SELECT/db2.*:SELECT",
|
||||||
"resource_limits": { MAX_USER_CONNECTIONS: 100 } }
|
"resource_limits": { "MAX_USER_CONNECTIONS": 100 } }
|
||||||
engines:
|
engines:
|
||||||
description: Information about the server's storage engines.
|
description: Information about the server's storage engines.
|
||||||
returned: if not excluded by filter
|
returned: if not excluded by filter
|
||||||
|
|
Loading…
Add table
Reference in a new issue