From b6d7079426aa86b346d4b8a14994b6984e4fc863 Mon Sep 17 00:00:00 2001 From: lhahn Date: Wed, 23 Aug 2023 21:43:49 +0200 Subject: [PATCH] fix deprecation --- templates/etc/nginx/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/nginx/nginx.conf.j2 b/templates/etc/nginx/nginx.conf.j2 index bb3254d..6399cec 100755 --- a/templates/etc/nginx/nginx.conf.j2 +++ b/templates/etc/nginx/nginx.conf.j2 @@ -63,7 +63,7 @@ http { ### Ansible included configs ### {% for http_conf in nginx_conf_http %} - {{ http_conf | indent(width=4, indentfirst=False) }} + {{ http_conf | indent(width=4, first=False) }} {% endfor %} } #mail {