Commit 0a5da807 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: fix permissions semaphored dir

parent 873d8607
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"