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

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