Set up configuration for jellyfin #1
1 changed files with 6 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue