galaxy-caddy/handlers/main.yml

14 lines
252 B
YAML

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