Files
semaphore/jellyfin.yml
2025-09-10 19:27:34 +02:00

11 lines
247 B
YAML

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