[fix] role:gitea

This commit is contained in:
Christian Fraß 2024-07-09 14:12:35 +02:00
parent 5fad225925
commit ce5ab8e38a

View file

@ -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