install jellyfin

This commit is contained in:
Jayne Passmore 2025-05-05 16:03:10 -05:00
parent 7a9a903fa3
commit 1c533500b4

View file

@ -1,3 +1,9 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# tasks file for role-jellyfin # tasks file for role-jellyfin
- name: install nextcloud and dependencies
ansible.builtin.package:
name:
- jellyfin-server
state: present