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 40100006ed - Show all commits

View file

@ -9,6 +9,13 @@
- jellyfin-web
state: present
- name: ensure jellyfin config is owned by jellyfin user
ansible.builtin.file:
path: /etc/jellyfin/
recurse: yes
owner: jellyfin
group: jellyfin
- name: ensure jellyfin data is owned by jellyfin user
ansible.builtin.file:
path: /var/lib/jellyfin/