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

6 lines
158 B
YAML
Raw Normal View History

2020-09-24 16:01:51 +02:00
---
2020-09-30 17:14:29 +02:00
- name: Reload the HAPROXY configuration
shell: docker kill --signal USR2 $(docker container ls --filter name=haproxy --quiet)
ignore_errors: True