xoxys.matrix/templates/etc/logrotate.d/config.j2

11 lines
195 B
Django/Jinja

#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{{ item.log }} {
{% for option in item.options %}
{{ option }}
{% endfor %}
postrotate
/usr/bin/pkill -HUP rsyslogd
endscript
}