fix deprecation
This commit is contained in:
parent
d530a919d6
commit
b6d7079426
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user