mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Revert separated tests for both connectors
This commit is contained in:
parent
f08bc20798
commit
343d8cd34e
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- result is failed
|
- result is failed
|
||||||
|
when: connector.name.0 is search('pymysql')
|
||||||
|
|
||||||
|
- assert:
|
||||||
|
that:
|
||||||
|
- result is succeeded
|
||||||
|
when: connector.name.0 is not search('pymysql')
|
||||||
|
|
||||||
- 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