forked from ccchb/ansible
6 lines
102 B
Text
6 lines
102 B
Text
|
# {{ ansible_managed }}
|
||
|
{% for line in postfix_rbl_override | default([]) %}
|
||
|
{{ line }}
|
||
|
{% endfor %}
|
||
|
|