deploy system.xml and create handler

This commit is contained in:
Jayne Passmore 2025-05-05 23:40:26 -05:00
parent 1baeae49d7
commit 8e02377c44
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for role-jellyfin
# handlers file for role-jellyfin
- name: restart jellyfin
service:
name: jellyfin
state: restarted

View file

@ -16,6 +16,12 @@
owner: jellyfin
group: jellyfin
- name: deploy jellyfin system.xml file
ansible.builtin.copy:
src: files/system.xml
dest: /etc/jellyfin/system.xml
notify: restart jellyfin
- name: ensure jellyfin is running
service:
name: jellyfin