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...