fix indentation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-08-12 17:38:20 +02:00
parent 87681bb5f7
commit 523bdf5baf

View File

@ -269,7 +269,7 @@ url_preview_enabled: {{ 'true' if matrix_url_preview_enabled else 'false' }}
# from accessing. # from accessing.
{% if matrix_url_preview_ip_blacklist is defined %} {% if matrix_url_preview_ip_blacklist is defined %}
url_preview_ip_range_blacklist: url_preview_ip_range_blacklist:
{{ matrix_url_preview_ip_blacklist | to_nice_yaml | indent(4) }} {{ matrix_url_preview_ip_blacklist | to_nice_yaml | indent(2) }}
{% endif %} {% endif %}
# List of IP address CIDR ranges that the URL preview spider is allowed # List of IP address CIDR ranges that the URL preview spider is allowed