mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-30 09:51:43 -07:00
feat: adds support for 'change replication source to' statement
This commit is contained in:
parent
6ce2f49f96
commit
b354d7af16
4 changed files with 143 additions and 2 deletions
|
@ -25,3 +25,8 @@
|
|||
- import_tasks: mysql_replication_resetprimary_mode.yml
|
||||
|
||||
- include_tasks: issue-28.yml
|
||||
|
||||
# Tests of changereplication mode:
|
||||
- import_tasks: mysql_replication_changereplication_mode.yml
|
||||
when:
|
||||
- db_engine == 'mysql'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue