From 130a7a779642144934e5e3d37369283c5e0ffa01 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Tue, 20 May 2025 19:51:40 -0500 Subject: [PATCH] fix system.xml ownership --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 938c3aa..e7fa3b6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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