mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
Fix string to int comparison error 1292
This commit is contained in:
parent
dcc9396c50
commit
7857ed4d26
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
mysql_variables:
|
||||
<<: *mysql_params
|
||||
variable: max_connect_errors
|
||||
value: -1
|
||||
value: '-1'
|
||||
register: oor_result
|
||||
ignore_errors: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue