From 2b9ef8e5ba20141dd7d8717c37c2dc1e5f451bc6 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 13 Jan 2023 20:38:06 +0100 Subject: [PATCH] Remove audio folder --- roles/mediaserver/tasks/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/mediaserver/tasks/main.yml b/roles/mediaserver/tasks/main.yml index 592fd3f..981ce9a 100644 --- a/roles/mediaserver/tasks/main.yml +++ b/roles/mediaserver/tasks/main.yml @@ -30,8 +30,6 @@ path: Public/Video's/Series - name: cifs_videos-films path: Public/Video's/Films - - name: cifs_songs - path: Public/Audio/DeSchakel - name: Start Plex container community.docker.docker_container: @@ -49,8 +47,7 @@ - cifs_photos:/data/photos - cifs_videos-films:/data/movies - cifs_videos-series:/data/series - - cifs_songs:/data/songs state: started restart_policy: unless-stopped recreate: yes - keep_volumes: no \ No newline at end of file + keep_volumes: no