6 lines
145 B
YAML
6 lines
145 B
YAML
|
---
|
||
|
- name: Ensure installation of Jellyfin
|
||
|
include_tasks: install.yml
|
||
|
|
||
|
- name: Ensure configuration of Jellyfin
|
||
|
include_tasks: configure.yml
|