66de3d429f
* mysql_replication: add CI tests with MySQL 5.6 * mysql_replication: add CI tests with MySQL 5.6, add auxiliary checks * mysql_replication: add CI tests with MySQL 5.6, fix comments * mysql_replication: add CI tests with MySQL 5.6, add pause
6 lines
350 B
YAML
6 lines
350 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
|
|
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'
|