remove redundant variable
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2026-01-09 17:22:32 -05:00
parent 8eb3cfef8b
commit 53ea87701a
2 changed files with 225 additions and 228 deletions

View File

@@ -13,7 +13,7 @@
- name: homelab
volumes:
- "{{ data_dir }}/nzbget:/config"
- "{{ NZBGET_DOWNLOADS_PATH }}:/downloads"
- "{{ media_path }}/Downloads:/downloads"
env:
NZBGET_USER: "{{ NZBGET_USER }}"
NZBGET_PASS: "{{ NZBGET_PASS }}"