Fix bool comparison

This commit is contained in:
Laurent Indermuehle 2022-08-11 11:37:41 +02:00
commit f08bc20798
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 5 additions and 5 deletions

View file

@ -162,7 +162,7 @@
register: oor_result
ignore_errors: true
- include: assert_var.yml changed=false output={{ oor_result }} var_name=max_connect_errors var_value=1
- include: assert_var.yml changed=true output={{ oor_result }} var_name=max_connect_errors var_value=1
when: pymysql_version.stdout == ""
- include: assert_fail_msg.yml output={{ oor_result }} msg='Truncated incorrect'