From c159a157c3b23a6951a46451fb36dbd1dd60f485 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 May 2022 08:46:37 +0100 Subject: [PATCH] Update download location for qbittorrent --- ansible/roles/qbittorrent/tasks/qbittorrent.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/roles/qbittorrent/tasks/qbittorrent.yml b/ansible/roles/qbittorrent/tasks/qbittorrent.yml index 1c6fed0..3e557f7 100644 --- a/ansible/roles/qbittorrent/tasks/qbittorrent.yml +++ b/ansible/roles/qbittorrent/tasks/qbittorrent.yml @@ -31,9 +31,7 @@ - {section: AutoRun, option: enabled, value: "false"} - {section: LegalNotice, option: Accepted, value: "true"} - {section: Preferences, option: Connection\UPnP, value: "false"} - - {section: Preferences, option: Downloads\SavePath, value: /mnt/downloads/completed/} - - {section: Preferences, option: Downloads\TempPath, value: /mnt/downloads/} - - {section: Preferences, option: Downloads\TempPathEnabled, value: "true"} + - {section: Preferences, option: Downloads\SavePath, value: /mnt/media/temp/downloads} - {section: Preferences, option: WebUI\Address, value: "*"} - {section: Preferences, option: WebUI\ServerDomains, value: "*"} - {section: Preferences, option: WebUI\Port, value: "8080"}