mysql_replication: fix typo in setup role (#63625)

This commit is contained in:
Andrey Klychkov 2019-10-17 15:17:15 +03:00 committed by John R Barker
parent f2ca4cce2b
commit ae16a840f6

View file

@ -1,6 +1,6 @@
# Copyright: (c) 2019, Andrew Klychkov (@Andersson007) <aaklychkov@mail.ru> # 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) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Setup MySQL master-standby replication into one conteiner: # Setup MySQL master-standby replication into one container:
- import_tasks: setup_mysql_cluster.yml - import_tasks: setup_mysql_cluster.yml
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7' when: ansible_distribution == 'CentOS' and ansible_distribution_major_version >= '7'