Templatize more variables - fix

This commit is contained in:
Gitouche 2023-08-20 10:23:39 +02:00
parent 7f0ea55dc6
commit 8954e574bf
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ msmtp_version: 1.8.24-1
msmtp_rpm_file: https://git.garbaye.fr/api/packages/Garbaye/generic/msmtp/{{ msmtp_version}}/msmtp-{{ msmtp_version}}.el8.{{ ansible_architecture }}.rpm
# msmtprc configuration
msmtp_auth: on
msmtp_tls: on
msmtp_tls_starttls: on
msmtp_auth: 'on'
msmtp_tls: 'on'
msmtp_tls_starttls: 'on'
msmtp_accounts:
# Account 1 - it was a real account for testing (but yandex now blocks it)