From da34bf85d26096b079b3bd4538a39ddb44687c71 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 2 Jan 2024 15:32:31 -0500 Subject: [PATCH] Fixed qbitmanage config task --- ansible/main.yml | 4 ++-- ansible/roles/qbittorrent/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/main.yml b/ansible/main.yml index a5fa84c..d69260b 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -16,7 +16,7 @@ - overseerr - ntfy - nextcloud - - name: recyclarr + - name: qbittorrent tags: test - readarr - calibre @@ -25,7 +25,7 @@ - barassistant - mealie - libreddit - - qbittorrent + - recyclarr - firefly3 - sabnzbd - unifi-controller diff --git a/ansible/roles/qbittorrent/tasks/main.yml b/ansible/roles/qbittorrent/tasks/main.yml index 9e9ff5a..ebecc87 100644 --- a/ansible/roles/qbittorrent/tasks/main.yml +++ b/ansible/roles/qbittorrent/tasks/main.yml @@ -25,7 +25,7 @@ become: true - name: Install qbitmanage config file - copy: + template: src: qbitmanage/config.yml dest: "{{ data_dir }}/qbitmanage/config.yml" owner: "{{ service_user.uid }}"