Hopefully fix the reason mirrorlist logs were not rotating

This commit is contained in:
Kevin Fenzi 2017-06-26 18:12:22 +00:00
parent 034d71f4e1
commit ceec6b4155

View file

@ -36,6 +36,11 @@
tags:
- mirrorlist_proxy
- name: set logrotate_read_inside_containers so logrotate works
seboolean: name=logrotate_read_inside_containers state=yes persistent=yes
tags:
- mirrorlist_proxy
- name: setup logrotate log for mirrormanager log files
copy: src=logrotate-mirrormanager dest=/etc/logrotate.d/mirrormanager
tags: