ansible-role-ntfy_service/handlers/main.yml

5 lines
72 B
YAML

---
- name: Restart ntfy
service:
name: ntfy
state: restarted