12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
{{ gitea_logs_path }}/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 14
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 0640 gitea gitea
|
||
|
}
|