diff options
-rw-r--r-- | galaxy.yml | 2 | ||||
-rw-r--r-- | roles/gitea/templates/app.ini.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.7.0 +version: 0.8.1 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> 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 |