diff --git a/tasks/install.yaml b/tasks/install.yaml index f0f403b..7055425 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -4,8 +4,10 @@ - name: "create semaphore directories" ansible.builtin.file: path: "{{ item }}" + owner: "1001" + group: "1001" state: "directory" - mode: "0755" + mode: "0775" loop: - "/mnt/semaphore" - "/mnt/semaphore/data"