mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 00:11:45 -07:00
Cut assertion that is incorrect
With both connectors, and only in stable-1 apparently, the test is always failed.
This commit is contained in:
parent
027186fa48
commit
67c8e0b2f2
1 changed files with 0 additions and 6 deletions
|
@ -48,12 +48,6 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- result is failed
|
- result is failed
|
||||||
when: pymysql_version.stdout != ""
|
|
||||||
|
|
||||||
- assert:
|
|
||||||
that:
|
|
||||||
- result is succeeded
|
|
||||||
when: pymysql_version.stdout == ""
|
|
||||||
|
|
||||||
- name: attempt connection with newly created user ignoring hostname
|
- name: attempt connection with newly created user ignoring hostname
|
||||||
mysql_variables:
|
mysql_variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue