mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
Galera must not be restarted after bootstrap first node
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
register: s
|
||||
|
||||
- block:
|
||||
- name: SET_FACT | We must NOT restart after bootstrap!
|
||||
set_fact:
|
||||
mysql_notify_restart: false
|
||||
|
||||
- name: SERVICE | Stop MariaDB
|
||||
service: name=mysql state=stopped
|
||||
|
||||
Reference in New Issue
Block a user