haproxy-wi/app/scripts/ansible/roles/haproxy/handlers/main.yml

6 lines
134 B
YAML

---
- name: restart haproxy
service: name=haproxy state=restarted
- name: restart rsyslog
service: name=rsyslog state=restarted