pagure: http.logrotate is a template now

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-24 21:19:28 -07:00
parent 452211d127
commit f67d942dbb

View file

@ -491,7 +491,7 @@
- postfix
- name: Setup logrotate to our needs
ansible.builtin.copy: src="{{ files }}/httpd/httpd.logrotate" dest=/etc/logrotate.d/httpd
ansible.builtin.template: src="{{ files }}/httpd/httpd.logrotate.j2" dest=/etc/logrotate.d/httpd
tags:
- config
- apache