Enforce ownership of jellyfin config and cache directories, remove system.xml file and restart handler #3

Merged
jayne merged 5 commits from testing into prod 2025-05-24 22:39:25 -05:00
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