Fix gitea log directory permissions
This commit is contained in:
parent
30c8de817e
commit
3ca199ed20
@ -63,7 +63,7 @@
|
|||||||
path: "{{ gitea_log_path }}"
|
path: "{{ gitea_log_path }}"
|
||||||
owner: "{{ gitea_user }}"
|
owner: "{{ gitea_user }}"
|
||||||
group: "{{ gitea_group }}"
|
group: "{{ gitea_group }}"
|
||||||
mode: 755
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: configure systemd unit
|
- name: configure systemd unit
|
||||||
|
Loading…
Reference in New Issue
Block a user