Ignore errors in Patroni restart handler
This commit is contained in:
parent
0c28d3b42f
commit
fb60093750
|
@ -19,6 +19,7 @@
|
||||||
service:
|
service:
|
||||||
name: patroni
|
name: patroni
|
||||||
state: restarted
|
state: restarted
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
# Restart services one-at-a-time
|
# Restart services one-at-a-time
|
||||||
# Ideally, this would be accomplished by a serial=1, but Ansible doesn't support that and
|
# Ideally, this would be accomplished by a serial=1, but Ansible doesn't support that and
|
||||||
|
|
Loading…
Reference in New Issue