logrotate/templates/logrotate.j2

14 lines
224 B
Text
Raw Permalink Normal View History

# {{ ansible_managed }}
{{ item.paths | join(" ") }} {
{% for line in item.lines %}
{{ line }}
{% endfor %}
{% for name, command in item.scripts | default({}) %}
{{ name }}
{{ command }}
endscript
{% endfor %}
}