diff --git a/jellyfin.yml b/jellyfin.yml new file mode 100644 index 0000000..f64f885 --- /dev/null +++ b/jellyfin.yml @@ -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