[Add jelly]

This commit is contained in:
2025-09-10 19:23:06 +02:00
parent cccfd9d9f3
commit aa4047e258

10
jellyfin.yml Normal file
View File

@@ -0,0 +1,10 @@
#! wake up runner !
- hosts: tower
gather_facts: false
become: true
tasks:
- ansible.builtin.file:
path: /opt/dockerapps/appdata/jelly
state: directory
recurse: yes
mode: 0777