From 07fbef0c792f8a6d0bade63aa4ec7372391a8696 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 3 Jan 2022 22:47:11 +0100 Subject: gitea: fix mailer --- roles/gitea/templates/app.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index 766d5ce..9bbd097 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -729,7 +729,7 @@ SKIP_VERIFY = {{ gitea.mail.skip_verify }} IS_TLS_ENABLED = {{ gitea.mail.tls }} FROM = {{ gitea.mail.from }} USER = {{ gitea.mail.user }} -PASSWD = {{ gitea.mail.pass }} +PASSWD = `{{ gitea.mail.pass }}` SEND_AS_PLAIN_TEXT = {{ gitea.mail.plain_text }} MAILER_TYPE = smtp SENDMAIL_PATH = sendmail -- cgit v1.2.3