Enable mariadb tests for test_mysql_role target

This commit is contained in:
R. Sicart 2022-02-21 19:25:25 +01:00
commit 3bdeef9d32

View file

@ -32,10 +32,9 @@
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: srv['version']['major'] < 8 or install_type == 'mariadb' when: srv['version']['major'] < 8
######### #########
# Prepare # Prepare