Ignore errors in Patroni
Required during upgrades as the service may be masked.
This commit is contained in:
parent
d92acb7e6f
commit
7b061966ad
|
@ -107,6 +107,7 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: started
|
state: started
|
||||||
enabled: no
|
enabled: no
|
||||||
|
ignore_errors: yes
|
||||||
with_items:
|
with_items:
|
||||||
- patroni
|
- patroni
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue