9 lines
No EOL
190 B
YAML
9 lines
No EOL
190 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# tasks file for role-jellyfin
|
|
|
|
- name: install nextcloud and dependencies
|
|
ansible.builtin.package:
|
|
name:
|
|
- jellyfin-server
|
|
state: present |