11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
# {{ ansible_managed }}
|
||
|
{{ item.log }} {
|
||
|
{% for option in item.options %}
|
||
|
{{ option }}
|
||
|
{% endfor %}
|
||
|
postrotate
|
||
|
/usr/bin/pkill -HUP rsyslogd
|
||
|
endscript
|
||
|
}
|