diff options
| author | Luke Hoersten <[email protected]> | 2020-06-13 14:58:31 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-13 14:58:31 -0500 |
| commit | 70ffa64a77f1bc2c33b9eec173a49d93900f9b79 (patch) | |
| tree | 4c0df7b478c384b3bd814bb2301cd47d39755c76 /plex/handlers | |
| parent | c8fffc622b674d9c4825641f9c46496a10be8510 (diff) | |
Moved to ext4 for permissions on hdd.
Diffstat (limited to 'plex/handlers')
| -rw-r--r-- | plex/handlers/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plex/handlers/main.yaml b/plex/handlers/main.yaml index 31bb9c9..d0032fc 100644 --- a/plex/handlers/main.yaml +++ b/plex/handlers/main.yaml @@ -1,5 +1,5 @@ --- - name: restart plex service - systemd: name="plexmediaserver" state="restarted" daemon_reload="yes" become: yes + systemd: name="plexmediaserver" state="restarted" daemon_reload="yes" |
