fix: set correct ownership (1000:1000) on semaphore data directories
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: "{{ semaphore_user }}"
|
||||
group: "{{ semaphore_group }}"
|
||||
owner: "1000"
|
||||
group: "1000"
|
||||
mode: "0755"
|
||||
loop:
|
||||
- "{{ semaphore_data_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user