Minor changes on GTID

pull/29/head
Emilien Mantel 2018-03-17 18:42:08 +01:00
parent cc3bef8bfa
commit 0b0e395072
2 changed files with 3 additions and 3 deletions

View File

@ -40,5 +40,5 @@
ignore_errors: yes
register: slave_status
- name: Configure MariaDB GTID
include: slave/mariadb_gtid.yml
- name: Configure GTID
include: slave/gtid.yml

View File

@ -1,7 +1,7 @@
---
# Need this hack before:
# - https://github.com/ansible/ansible-modules-extras/issues/817
# - https://github.com/ansible/ansible/issues/29214
# - https://mariadb.com/kb/en/mariadb/global-transaction-id/#switching-an-existing-old-style-slave-to-use-gtid
- name: MYSQL_REPLICATION | Stop slave