give the galera master node some time
This commit is contained in:
parent
cc9d780fbc
commit
1a50d5c8bf
|
@ -60,6 +60,11 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: give the galera master node some time to Initialize
|
||||
pause:
|
||||
minutes: 1
|
||||
when: ansible_hostname != hostname_node0
|
||||
|
||||
- command: systemctl daemon-reload
|
||||
|
||||
- name: make sure service is started
|
||||
|
|
Loading…
Reference in New Issue