Robert Kaussow
3d0246c01b
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
214 B
YAML
9 lines
214 B
YAML
---
|
|
- include_tasks: prepare.yml
|
|
- import_tasks: storage.yml
|
|
when: jellyfin_lvm_enabled
|
|
- include_tasks: install.yml
|
|
- import_tasks: nginx.yml
|
|
when: jellyfin_nginx_vhost_enabled
|
|
- include_tasks: post_tasks.yml
|