xoxys.logrotate/templates/etc/logrotate.conf.j2
Robert Kaussow 634be4734b
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2020-01-28 22:39:05 +01:00

13 lines
330 B
Django/Jinja

#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 }}