Merge "Set bash as shell when executing mariadb recovery task"
This commit is contained in:
commit
2f96153470
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
- name: Comparing seqno value on all mariadb hosts
|
- name: Comparing seqno value on all mariadb hosts
|
||||||
shell: "if [[ {{ hostvars[inventory_hostname]['seqno'] }} -lt {{ hostvars[item]['seqno'] }} ]]; then echo {{ hostvars[item]['seqno'] }}; fi"
|
shell: "if [[ {{ hostvars[inventory_hostname]['seqno'] }} -lt {{ hostvars[item]['seqno'] }} ]]; then echo {{ hostvars[item]['seqno'] }}; fi"
|
||||||
|
args:
|
||||||
|
executable: /bin/bash
|
||||||
with_items: "{{ groups['mariadb'] }}"
|
with_items: "{{ groups['mariadb'] }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: seqno_compare
|
register: seqno_compare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user