Loading tasks/install.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
tasks/install.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading