Skip to content

Commit

Permalink
match the sabznbd side with the changes on the sonarr radarr side
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed May 1, 2024
1 parent 4cf3e7d commit d2c7c92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
description: A collection of roles for running a media server in docker containers - sonarr, radarr, plex, ombi, transmission, etc
license_file: LICENSE
readme: README.md
version: 0.0.23
version: 0.0.24
repository: https://github.com/compscidr/ansible-media-server
tags:
- docker
Expand Down
1 change: 0 additions & 1 deletion roles/sabnzbd/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
install_docker: false
sabnzbd_folder: /etc/sabnzbd
sabnzbd_download_folder: /storage/downloads
sabnzbd_incomplete_download_folder: /storage/downloads/incomplete
sabnzbd_port: 8080
sabnzbd_tz: "America/Los_Angeles"
sabnzbd_pid: "1000"
Expand Down
3 changes: 1 addition & 2 deletions roles/sabnzbd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
pull: true
volumes:
- "{{ sabnzbd_folder }}/config:rw"
- "{{ sabnzbd_download_folder }}:/downloads:rw"
- "{{ sabnzbd_incomplete_download_folder }}:/incomplete-downloads:rw"
- "{{ sabnzbd_download_folder }}:/config/Downloads:rw"
ports:
- "{{ sabnzbd_port }}:8080"
env:
Expand Down

0 comments on commit d2c7c92

Please sign in to comment.