Added Jellyseer

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-11-06 10:16:53 +01:00
parent 860b1a6be4
commit 52a0071bd8
6 changed files with 247 additions and 2 deletions

View File

@@ -95,3 +95,6 @@
tags:
- gitea-runner
- include_tasks: jellyseer.yml
tags:
- jellyseer

View File

@@ -0,0 +1,11 @@
---
- name: Create jellyfin-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: yes
loop:
- "{{ jellyseer.volumes.config }}"