fix system.xml ownership

This commit is contained in:
Jayne Passmore 2025-05-20 19:51:40 -05:00
parent fe210cef52
commit 130a7a7796

View file

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