Set up configuration for jellyfin #1

Merged
jayne merged 7 commits from testing into prod 2025-05-20 18:45:01 -05:00
Showing only changes of commit 1c533500b4 - Show all commits

View file

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