ansible-roles/bind/templates/logrotate_bind.j2
Jérémy Lecour 7a0e0d81d6
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Proper jinja spacing
2022-12-28 09:03:37 +01:00

15 lines
259 B
Django/Jinja

{% if bind_chroot_set %}
{{ bind_chroot_path }}{{ bind_log_file }} {
{% else %}
{{ bind_log_file }} {
{% endif %}
weekly
missingok
rotate 52
create 640 bind bind
sharedscripts
postrotate
rndc reload > /dev/null
endscript
}