Files
ansible/roles/docker/tasks/bin.yml
TuDatTr 67d88c6576 Added Jellyfin
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-10-06 15:52:45 +02:00

10 lines
176 B
YAML

---
- name: Create bin-config directory
file:
path: "{{ bin_upload }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: yes