src.nth.io/

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