Do not fail if the haproxy container is not running.
This commit is contained in:
parent
a9fb0cf578
commit
3966944def
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
- name: Reload the HAPROXY configuration
|
||||
shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
|
||||
ignore_errors: True
|
||||
|
||||
|
|
Loading…
Reference in New Issue