galaxy-caddy.http.sync/handlers/main.yml
2019-02-01 18:50:35 +01:00

14 lines
262 B
YAML

---
# handlers file for galaxy-caddy.http.sync
- name: start caddy
service: name=caddy
state=started
enabled=yes
daemon_reload=yes
- name: restart caddy
service: name=caddy
state=restarted
enabled=yes