From 32a6a31094481dd2303a32bfd32d934712f921ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 5 Jun 2026 13:15:19 +0200 Subject: [PATCH] Update directory permissions in Chill role to 0777 for data storage --- tasks/chill/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/chill/main.yml b/tasks/chill/main.yml index 621b6fe..a8c93b8 100644 --- a/tasks/chill/main.yml +++ b/tasks/chill/main.yml @@ -63,9 +63,7 @@ - name: Create directory for storing data ansible.builtin.file: path: "{{ doc_storage_dir }}/{{ chill['chill_environment'] }}" - owner: "82" - group: "82" - mode: '0766' + mode: '0777' state: directory # racing condition: on first execution, this is not available...