xoxys.logrotate/templates/etc/logrotate.conf.j2

13 lines
330 B
Plaintext
Raw Normal View History

2020-01-28 22:39:05 +01:00
#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
# see "man logrotate" for details
{% if logrotate_options is defined and logrotate_options %}
{% for option in logrotate_options %}
{{ option }}
{% endfor %}
{% endif %}
# packages drop log rotation information into this directory
include {{ logrotate_include_dir }}