Update directory permissions in Chill role to 0777 for data storage

This commit is contained in:
2026-06-05 13:15:19 +02:00
parent 0dcd51b601
commit 32a6a31094
+1 -3
View File
@@ -63,9 +63,7 @@
- name: Create directory for storing data - name: Create directory for storing data
ansible.builtin.file: ansible.builtin.file:
path: "{{ doc_storage_dir }}/{{ chill['chill_environment'] }}" path: "{{ doc_storage_dir }}/{{ chill['chill_environment'] }}"
owner: "82" mode: '0777'
group: "82"
mode: '0766'
state: directory state: directory
# racing condition: on first execution, this is not available... # racing condition: on first execution, this is not available...