Do not test mysql_replication_channel.yml on mariadb

This commit is contained in:
R. Sicart 2021-11-29 18:34:51 +01:00
commit b4f25cf43f

View file

@ -14,6 +14,8 @@
# Tests of channel parameter:
- import_tasks: mysql_replication_channel.yml
when:
- install_type == 'mysql' # FIXME: mariadb introduces FOR CHANNEL in 10.7
# Tests of resetprimary mode:
- import_tasks: mysql_replication_resetprimary_mode.yml