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 }}"