mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
copr: fe: compress rotated logs
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org/thread/YKOVBFQMUTMX2TDQ2EWTQ72CJW4H6T7P/
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e93d539e29
commit
b8a6fbc283
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user