Robert Kaussow
acf9c3c190
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
234 B
Django/Jinja
13 lines
234 B
Django/Jinja
#jinja2: lstrip_blocks: True
|
|
{{ ansible_managed | comment }}
|
|
{{ item.log }} {
|
|
{% for option in item.options %}
|
|
{{ option }}
|
|
{% endfor %}
|
|
copytruncate
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/pkill -HUP rsyslogd
|
|
endscript
|
|
}
|