Files
semaphore/jellyfin.yml
2025-09-10 19:26:13 +02:00

11 lines
220 B
YAML

#! wake up runner !
- hosts: tower
gather_facts: false
become: true
tasks:
- ansible.builtin.file:
path: /opt/dockerapps/appdata/jelly
state: directory
recurse: yes
mode: '1777'