diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-01-03 22:47:11 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-01-03 22:47:11 +0100 |
commit | 07fbef0c792f8a6d0bade63aa4ec7372391a8696 (patch) | |
tree | 411cc754427316a3f8287fdbbbbfccfda82db074 /roles/gitea/templates/app.ini.j2 | |
parent | 6d9a0c91574fb88cab4fc137d0711eeb4cc38122 (diff) | |
download | ansible_collection-07fbef0c792f8a6d0bade63aa4ec7372391a8696.tar.gz |
gitea: fix mailer
Diffstat (limited to 'roles/gitea/templates/app.ini.j2')
-rw-r--r-- | roles/gitea/templates/app.ini.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |