Add jellyfin to ansible

This commit is contained in:
Tobias Reisinger 2023-12-09 16:20:45 +01:00
parent 532d357197
commit 4a6fc7753f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 45 additions and 4 deletions
_ansible/roles/jellyfin/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- jellyfin
- media
block:
- import_tasks: deploy-common-service.yml