galaxy-caddy.http.sync/handlers/main.yml

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