From e5f24a2c4da3d7152b80b649c17dc8b099c1825d Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Mon, 19 Feb 2024 15:00:26 -0500 Subject: [PATCH] Fixed qbitmanage command config --- ansible/roles/qbittorrent/templates/docker-compose.yml | 7 ------- ansible/roles/qbittorrent/templates/qbitmanage/config.yml | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index 7f436f6..f35bb6a 100644 --- a/ansible/roles/qbittorrent/templates/docker-compose.yml +++ b/ansible/roles/qbittorrent/templates/docker-compose.yml @@ -36,13 +36,6 @@ services: PGID: "{{ media_gid }}" UMASK: 002 TZ: "{{ timezone }}" - QBT_DRY_RUN: "False" - QBT_SCHEDULE: 720 - QBT_RECHECK: "True" - QBT_TAG_UPDATE: "True" - QBT_REM_UNREGISTERED: "True" - QBT_REMOVE_ORPHANED: "True" - QBT_TAG_NOHARDLINKS: "True" volumes: - "{{ data_dir }}/qbitmanage:/config" - "{{ media_storage_mnt }}/data/torrents:/data/torrents" # root_dir diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index 677dbfb..e67a58d 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -1,5 +1,12 @@ commands: share_limits: True + dry_run: False + schedule: 720 + recheck: True + tag_update: True + rem_unregistered: True + remove_orphaned: True + tag_nohardlinks: True qbt: host: https://qbittorrent.local.mjwilson.org