the default rsyslog logrotate in f27 is rsyslog, not syslog

This commit is contained in:
Kevin Fenzi 2017-11-20 16:49:34 +00:00
parent 622c76d189
commit df30abd43c

View file

@ -55,7 +55,7 @@
- notifs/backend
- name: override the default syslog logrotate file
copy: src=syslog-logrotate dest=/etc/logrotate.d/syslog
copy: src=syslog-logrotate dest=/etc/logrotate.d/rsyslog
tags:
- notifs
- notifs/backend