fix deprecation

This commit is contained in:
Lars Hahn 2023-08-23 21:43:49 +02:00
parent d530a919d6
commit b6d7079426

View File

@ -63,7 +63,7 @@ http {
### Ansible included configs ### ### Ansible included configs ###
{% for http_conf in nginx_conf_http %} {% for http_conf in nginx_conf_http %}
{{ http_conf | indent(width=4, indentfirst=False) }} {{ http_conf | indent(width=4, first=False) }}
{% endfor %} {% endfor %}
} }
#mail { #mail {