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

6 lines
134 B
YAML
Raw Normal View History

2019-11-03 14:43:45 +00:00
---
- name: restart haproxy
service: name=haproxy state=restarted
- name: restart rsyslog
service: name=rsyslog state=restarted