pagure: Add a copy of rsyslog-logrotate where ansible can find it.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-07-08 18:20:09 -04:00
parent dd4caad147
commit 3ea2e91e4f

View file

@ -0,0 +1,20 @@
/var/log/cron
/var/log/maillog
/var/log/messages
/var/log/secure
/var/log/spooler
{
missingok
sharedscripts
postrotate
/usr/bin/systemctl reload rsyslog.service >/dev/null 2>&1 || true
endscript
daily
rotate 7
ifempty
compress
compresscmd /usr/bin/xz
uncompresscmd /usr/bin/xz
compressext .xz
dateext
}