summaryrefslogtreecommitdiff
path: root/roles/kodi/standalone/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
commitb624aeb2dca95f26c24a8d96b425fcb0b9153f39 (patch)
tree94b1ed289b6a14aa59598e8bce5e8d85ab35ae53 /roles/kodi/standalone/handlers
parentsome more tweasks for raspi based kodi (diff)
add role for kodi standalone deployments
Diffstat (limited to 'roles/kodi/standalone/handlers')
-rw-r--r--roles/kodi/standalone/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/kodi/standalone/handlers/main.yml b/roles/kodi/standalone/handlers/main.yml
new file mode 100644
index 00000000..3880177e
--- /dev/null
+++ b/roles/kodi/standalone/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart kodi
+ service:
+ name: kodi
+ state: restarted