mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
registry / logrotate: replace the rsyslog file, not syslog
We use rsyslog, the syslog file has no effect. If we overrite rsyslog we get the effect we want (daily logrotate with xz compression). Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -50,6 +50,6 @@
|
||||
- name: override the default syslog logrotate file
|
||||
copy:
|
||||
src=syslog-logrotate
|
||||
dest=/etc/logrotate.d/syslog
|
||||
dest=/etc/logrotate.d/rsyslog
|
||||
tags:
|
||||
- docker-distribution
|
||||
|
||||
Reference in New Issue
Block a user