mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
14 lines
513 B
YAML
14 lines
513 B
YAML
# Copyright: (c) 2019, Andrew Klychkov (@Andersson007) <aaklychkov@mail.ru>
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# Initial CI tests of mysql_replication module:
|
|
- import_tasks: mysql_replication_initial.yml
|
|
|
|
# Tests of master_delay parameter:
|
|
- import_tasks: mysql_replication_master_delay.yml
|
|
|
|
# Tests of channel parameter:
|
|
- import_tasks: mysql_replication_channel.yml
|
|
|
|
# Tests of resetmaster mode:
|
|
- import_tasks: mysql_replication_resetmaster_mode.yml
|