From ce5ab8e38a8235317cfadfa55137f7645aafdf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 9 Jul 2024 14:12:35 +0200 Subject: [PATCH] [fix] role:gitea --- roles/gitea/templates/config.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gitea/templates/config.ini.j2 b/roles/gitea/templates/config.ini.j2 index 3e6caac..804e313 100644 --- a/roles/gitea/templates/config.ini.j2 +++ b/roles/gitea/templates/config.ini.j2 @@ -110,7 +110,7 @@ SMTP_PORT = {{var_gitea_smtp_port | string}} FROM = {{var_gitea_email_sending_sender}} USER = {{var_gitea_smtp_username}} PASSWD = {{var_gitea_smtp_password}} -{% if email_sending_html %} +{% if var_gitea_email_sending_html %} SEND_AS_PLAIN_TEXT = false {% else %} SEND_AS_PLAIN_TEXT = true