mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 16:31:47 -07:00
Fix assert expected changed value
This commit is contained in:
parent
7857ed4d26
commit
027186fa48
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
register: oor_result
|
register: oor_result
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- include: assert_var.yml changed=true output={{ oor_result }} var_name=max_connect_errors var_value=1
|
- include: assert_var.yml changed=false output={{ oor_result }} var_name=max_connect_errors var_value=1
|
||||||
when: pymysql_version.stdout == ""
|
when: pymysql_version.stdout == ""
|
||||||
|
|
||||||
- include: assert_fail_msg.yml output={{ oor_result }} msg='Truncated incorrect'
|
- include: assert_fail_msg.yml output={{ oor_result }} msg='Truncated incorrect'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue