mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-06 08:19:13 -07:00
Fix sanity
This commit is contained in:
parent
e98dd124b6
commit
c70a18ddda
2 changed files with 6 additions and 6 deletions
|
@ -240,7 +240,7 @@ users_info:
|
|||
"host": "host.com",
|
||||
"plugin": "mysql_native_password",
|
||||
"priv": "db1.*:SELECT/db2.*:SELECT",
|
||||
"resource_limits": { "MAX_USER_CONNECTIONS": 100 }
|
||||
"resource_limits": { "MAX_USER_CONNECTIONS": 100 },
|
||||
"tls_requires": { "SSL": null } }
|
||||
version_added: '3.8.0'
|
||||
engines:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue