ansible/roles/docker/tasks/jellyseer.yml

12 lines
222 B
YAML
Raw Normal View History

---
- name: Create jellyfin-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: yes
loop:
- "{{ jellyseer.volumes.config }}"