mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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",
|
||||
"host": "host.com",
|
||||
"plugin": "mysql_native_password",
|
||||
"priv": "'db1.*': 'SELECT'/'db2.*': 'SELECT'",
|
||||
"resource_limits": { MAX_USER_CONNECTIONS: 100 } }
|
||||
"priv": "db1.*:SELECT/db2.*:SELECT",
|
||||
"resource_limits": { "MAX_USER_CONNECTIONS": 100 } }
|
||||
engines:
|
||||
description: Information about the server's storage engines.
|
||||
returned: if not excluded by filter
|
||||
|
|
Loading…
Add table
Reference in a new issue