mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-17 16:01:25 -07:00
add version_added for user_accounts to the documentation
This commit is contained in:
parent
f1e7d960aa
commit
070109e70d
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ user_accounts:
|
||||||
"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 } }
|
||||||
|
version_added: '3.8.0'
|
||||||
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
Add a link
Reference in a new issue