13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
|
#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
|
||
|
}
|