src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/homebridge/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-02-09 11:58:21 -0600
committerLuke Hoersten <[email protected]>2020-02-09 11:58:21 -0600
commit785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch)
tree53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/homebridge/handlers/main.yaml
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/homebridge/handlers/main.yaml')
-rw-r--r--roles/homebridge/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/homebridge/handlers/main.yaml b/roles/homebridge/handlers/main.yaml
new file mode 100644
index 0000000..e711d82
--- /dev/null
+++ b/roles/homebridge/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart homebridge service
+ systemd: name="homebridge" state="restarted" daemon_reload="yes"
+ become: yes