From 655394009e41827b1ab8b131176e9d468dd16d17 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 28 Apr 2024 16:29:54 +0200 Subject: [PATCH] Another configuration compatibility fix. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index e002bfb..712cf86 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -155,7 +155,7 @@ gitea_app_configurations: - { section: 'session', option: 'COOKIE_SECURE', value: 'false', state: 'present'} # - { section: 'mailer', option: 'ENABLED', value: 'true', state: 'present' } # - { section: 'mailer', option: 'FROM', value: '{{ gitea_mail_from }}', state: 'present' } -# - { section: 'mailer', option: 'MAILER_TYPE', value: '{{ gitea_mailer_type }}', state: 'present' } +# - { section: 'mailer', option: 'MAILER_PROTOCOL', value: '{{ gitea_mailer_type }}', state: 'present' } # - { section: 'mailer', option: 'SENDMAIL_PATH', value: '{{ gitea_sendmail_path }}', state: 'present' } # - { section: 'metrics', option: 'ENABLED', value: 'true', state: 'present' } # - { section: 'metrics', option: 'TOKEN', value: '{{ gitea_prometheus_bearer_token }}', state: 'present' }