Make forgejo conf file non group readable
This commit is contained in:
parent
dac63af2ec
commit
949163ca59
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
dest: "{{ forgejo_conf_dir }}/app.ini"
|
||||
owner: git
|
||||
group: git
|
||||
mode: 0640
|
||||
mode: 0600
|
||||
notify:
|
||||
- Restart forgejo service
|
||||
|
||||
|
|
Loading…
Reference in a new issue