src.nth.io/

summaryrefslogtreecommitdiff
path: root/plex/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-13 14:58:31 -0500
committerLuke Hoersten <[email protected]>2020-06-13 14:58:31 -0500
commit70ffa64a77f1bc2c33b9eec173a49d93900f9b79 (patch)
tree4c0df7b478c384b3bd814bb2301cd47d39755c76 /plex/tasks
parentc8fffc622b674d9c4825641f9c46496a10be8510 (diff)
Moved to ext4 for permissions on hdd.
Diffstat (limited to 'plex/tasks')
-rw-r--r--plex/tasks/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plex/tasks/main.yaml b/plex/tasks/main.yaml
index d82bc23..ff5ddcf 100644
--- a/plex/tasks/main.yaml
+++ b/plex/tasks/main.yaml
@@ -19,3 +19,7 @@
become: yes
apt: name="plexmediaserver"
notify: restart plex service
+
+- name: ensure plex service is running
+ become: yes
+ systemd: name="plexmediaserver.service" state="started" daemon_reload="yes"