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
- ntfy
- nextcloud
- name: recyclarr
- name: qbittorrent
tags: test
- readarr
- calibre
@@ -25,7 +25,7 @@
- barassistant
- mealie
- libreddit
- qbittorrent
- recyclarr
- firefly3
- sabnzbd
- unifi-controller

View File

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