mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 04:34:27 -07:00
Enable mariadb tests for test_mysql_role target
This commit is contained in:
parent
8ec4151edf
commit
3bdeef9d32
1 changed files with 1 additions and 2 deletions
|
@ -32,10 +32,9 @@
|
|||
when:
|
||||
- srv['version']['major'] < 8
|
||||
|
||||
# FIXME: tests should pass for both mysql >= 8 and mariadb
|
||||
# Skip unsupported versions
|
||||
- meta: end_play
|
||||
when: srv['version']['major'] < 8 or install_type == 'mariadb'
|
||||
when: srv['version']['major'] < 8
|
||||
|
||||
#########
|
||||
# Prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue