mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 02:00:31 -07:00
fix test when multiple replication channels are present
This commit is contained in:
parent
8aaea63714
commit
0cbebb88a4
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,10 @@
|
|||
# Tests of replication filters and force_context
|
||||
- include_tasks: issue-265.yml
|
||||
|
||||
# primary_ssl_verify_server_cert
|
||||
# Must run before mysql add channels in mysql_replication_channel.yml
|
||||
- import_tasks: issue-689.yml
|
||||
|
||||
# Tests of primary_delay parameter:
|
||||
- import_tasks: mysql_replication_primary_delay.yml
|
||||
|
||||
|
@ -31,6 +35,3 @@
|
|||
when:
|
||||
- db_engine == 'mysql'
|
||||
- db_version is version('8.0.23', '>=')
|
||||
|
||||
# primary_ssl_verify_server_cert
|
||||
- import_tasks: issue-689.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue