Set ownership for jellyfin config and cache directories #2

Closed
jayne wants to merge 4 commits from testing into prod
Showing only changes of commit 130a7a7796 - Show all commits

View file

@ -18,6 +18,8 @@
- name: deploy jellyfin system.xml file
ansible.builtin.copy:
owner: jellyfin
group: jellyfin
src: files/system.xml
dest: /etc/jellyfin/system.xml
notify: restart jellyfin