Do not fail if the haproxy container is not running.

This commit is contained in:
Andrea Dell'Amico 2020-10-01 19:33:58 +02:00
parent a9fb0cf578
commit 3966944def
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
---
- name: Reload the HAPROXY configuration
shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
ignore_errors: True