Merge "Fix mysql check for galera for CentOS"
This commit is contained in:
commit
310c3cc797
@ -49,7 +49,7 @@
|
|||||||
delay: 10
|
delay: 10
|
||||||
|
|
||||||
- name: Check that WSREP is ready and Synced
|
- name: Check that WSREP is ready and Synced
|
||||||
shell: "/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf extended-status | egrep '(wsrep_local_state_comment)'"
|
shell: "/usr/bin/mysqladmin extended-status | egrep '(wsrep_local_state_comment)'"
|
||||||
register: mysql_ready
|
register: mysql_ready
|
||||||
until:
|
until:
|
||||||
- mysql_ready.rc == 0
|
- mysql_ready.rc == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user