start compressing logs on pagure01

This commit is contained in:
Kevin Fenzi 2018-05-10 20:22:49 +00:00
parent f7e030bdc9
commit 732f8b880d

View file

@ -395,3 +395,9 @@
- pagure
- service
- postfix
- name: setup logrotate to our needs
copy: src="{{ files }}/httpd/httpd.logrotate" dest=/etc/logrotate.d/httpd
tags:
- config
- apache