mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 00:41:46 -07:00
Fix bool comparison
This commit is contained in:
parent
67c8e0b2f2
commit
f08bc20798
4 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue