mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
doc: fix hash syntax
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
2c425f71a1
commit
2cf1a9e845
1 changed files with 2 additions and 2 deletions
|
@ -257,8 +257,8 @@ users_info:
|
|||
"plugin": "mysql_native_password",
|
||||
"priv": "db1.*:SELECT/db2.*:SELECT",
|
||||
"resource_limits": { "MAX_USER_CONNECTIONS": 100 },
|
||||
"tls_requires": { "SSL": null } },
|
||||
"locked": false
|
||||
"tls_requires": { "SSL": null },
|
||||
"locked": false }
|
||||
version_added: '3.8.0'
|
||||
engines:
|
||||
description: Information about the server's storage engines.
|
||||
|
|
Loading…
Add table
Reference in a new issue