mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -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_variables:
|
||||||
<<: *mysql_params
|
<<: *mysql_params
|
||||||
variable: max_connect_errors
|
variable: max_connect_errors
|
||||||
value: -1
|
value: '-1'
|
||||||
register: oor_result
|
register: oor_result
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue