fix indentation
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-12 17:38:20 +02:00
parent 87681bb5f7
commit 523bdf5baf
1 changed files with 4 additions and 4 deletions

View File

@ -269,7 +269,7 @@ url_preview_enabled: {{ 'true' if matrix_url_preview_enabled else 'false' }}
# from accessing.
{% if matrix_url_preview_ip_blacklist is defined %}
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 %}
# List of IP address CIDR ranges that the URL preview spider is allowed
@ -280,7 +280,7 @@ url_preview_ip_range_whitelist: []
# denied from accessing.
{% if matrix_url_preview_url_blacklist is defined %}
url_preview_url_blacklist:
{{ matrix_url_preview_url_blacklist | to_nice_yaml | indent(2) }}
{{ matrix_url_preview_url_blacklist | to_nice_yaml | indent(2) }}
{% endif %}
# The largest allowed URL preview spidering size in bytes