feat(ntfy): added new ntfy handlers

This commit is contained in:
Jordan Del Pilar
2026-07-16 12:40:51 -07:00
parent 2063a3a929
commit 466c28498c
+6
View File
@@ -0,0 +1,6 @@
- name: Restart ntfy on Change
ansible.builtin.systemd:
name: "{{ ntfy_name }}"
state: restarted
scope: user
daemon_reload: true