Files
semaphore/jellyfin.yml
2025-09-10 19:23:06 +02:00

11 lines
218 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: 0777