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 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/