Enforce ownership of jellyfin config and cache directories, remove system.xml file and restart handler #3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue