Fixed qbitmanage config task

This commit is contained in:
Mike Wilson
2024-01-02 15:32:31 -05:00
parent edb05a5763
commit da34bf85d2
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
- overseerr - overseerr
- ntfy - ntfy
- nextcloud - nextcloud
- name: recyclarr - name: qbittorrent
tags: test tags: test
- readarr - readarr
- calibre - calibre
@@ -25,7 +25,7 @@
- barassistant - barassistant
- mealie - mealie
- libreddit - libreddit
- qbittorrent - recyclarr
- firefly3 - firefly3
- sabnzbd - sabnzbd
- unifi-controller - unifi-controller

View File

@@ -25,7 +25,7 @@
become: true become: true
- name: Install qbitmanage config file - name: Install qbitmanage config file
copy: template:
src: qbitmanage/config.yml src: qbitmanage/config.yml
dest: "{{ data_dir }}/qbitmanage/config.yml" dest: "{{ data_dir }}/qbitmanage/config.yml"
owner: "{{ service_user.uid }}" owner: "{{ service_user.uid }}"