ansible-role-ntfy/handlers/main.yml

5 lines
87 B
YAML
Raw Normal View History

---
- name: restart ntfy
ansible.builtin.service:
name: ntfy
state: restarted