ansible-role-docker-swarm/handlers/main.yml

6 lines
158 B
YAML

---
- name: Reload the HAPROXY configuration
shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
ignore_errors: True