src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/hap-door/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/hap-door/handlers')
-rw-r--r--roles/hap-door/handlers/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/hap-door/handlers/main.yaml b/roles/hap-door/handlers/main.yaml
deleted file mode 100644
index 25d24bd..0000000
--- a/roles/hap-door/handlers/main.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-
-- name: restart hap-nodejs service
- systemd: name="hap-nodejs" state="restarted" daemon_reload="yes"
- become: yes