Templatize more variables - fix
This commit is contained in:
parent
7f0ea55dc6
commit
8954e574bf
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue