Fix string to int comparison error 1292

This commit is contained in:
Laurent Indermuehle 2022-08-10 17:37:11 +02:00
commit 7857ed4d26
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -158,7 +158,7 @@
mysql_variables:
<<: *mysql_params
variable: max_connect_errors
value: -1
value: '-1'
register: oor_result
ignore_errors: true