copr: fe: compress rotated logs
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org/thread/YKOVBFQMUTMX2TDQ2EWTQ72CJW4H6T7P/
This commit is contained in:
parent
e93d539e29
commit
b8a6fbc283
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@
|
|||
- name: install httpd logrotate
|
||||
copy: src="httpd.logrotate" dest="/etc/logrotate.d/httpd"
|
||||
|
||||
- name: compress rotated logs
|
||||
lineinfile: path=/etc/logrotate.d/httpd
|
||||
line=' compress'
|
||||
insertbefore='*delaycompress'
|
||||
state=present
|
||||
|
||||
- name: enable and start httpd
|
||||
service: name=httpd state=started enabled=yes
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue