Merge "Rename mysql to mariadb for registered var"
This commit is contained in:
commit
1826d4fded
@ -60,9 +60,9 @@
|
|||||||
|
|
||||||
- name: Check that WSREP is ready and Synced
|
- name: Check that WSREP is ready and Synced
|
||||||
shell: "/usr/bin/mysqladmin extended-status | egrep '(wsrep_local_state_comment)'"
|
shell: "/usr/bin/mysqladmin extended-status | egrep '(wsrep_local_state_comment)'"
|
||||||
register: mysql_ready
|
register: mariadb_ready
|
||||||
until:
|
until:
|
||||||
- mysql_ready.rc == 0
|
- mariadb_ready.rc == 0
|
||||||
- (mysql_ready.stdout).find("Synced") != -1
|
- (mariadb_ready.stdout).find("Synced") != -1
|
||||||
retries: 60
|
retries: 60
|
||||||
delay: 1
|
delay: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user