mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Do not test target 'test_mysql_role' with mariadb, too much errors to fix
This commit is contained in:
parent
b4f25cf43f
commit
dcfedaf6e1
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@
|
||||||
when:
|
when:
|
||||||
- srv['version']['major'] < 8
|
- srv['version']['major'] < 8
|
||||||
|
|
||||||
|
# FIXME: tests should pass for both mysql >= 8 and mariadb
|
||||||
# Skip unsupported versions
|
# Skip unsupported versions
|
||||||
- meta: end_play
|
- meta: end_play
|
||||||
when:
|
when: srv['version']['major'] < 8 or install_type == 'mariadb'
|
||||||
- srv['version']['major'] < 8
|
|
||||||
|
|
||||||
#########
|
#########
|
||||||
# Prepare
|
# Prepare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue