mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Do not test mysql_replication_channel.yml on mariadb
This commit is contained in:
parent
06d104e0bd
commit
b4f25cf43f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
# Tests of channel parameter:
|
# Tests of channel parameter:
|
||||||
- import_tasks: mysql_replication_channel.yml
|
- import_tasks: mysql_replication_channel.yml
|
||||||
|
when:
|
||||||
|
- install_type == 'mysql' # FIXME: mariadb introduces FOR CHANNEL in 10.7
|
||||||
|
|
||||||
# Tests of resetprimary mode:
|
# Tests of resetprimary mode:
|
||||||
- import_tasks: mysql_replication_resetprimary_mode.yml
|
- import_tasks: mysql_replication_resetprimary_mode.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue