ansible-roles/roles/squid/templates/local_blacklist.domains.j2

6 lines
122 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
{% for item in squid_local_blacklist %}
{% if not item is search('^(ht|f)tps?://') %}
{{ item }}
{% endif %}
{% endfor %}