Enable test mail by default; disable on travis
This commit is contained in:
parent
41fdeac58d
commit
ea82369fd8
|
@ -29,8 +29,8 @@ msmtp_alias_default : emailer.tests@yandex.com
|
||||||
msmtp_alias_root : emailer.tests@yandex.com
|
msmtp_alias_root : emailer.tests@yandex.com
|
||||||
msmtp_alias_cron : emailer.tests@yandex.com
|
msmtp_alias_cron : emailer.tests@yandex.com
|
||||||
|
|
||||||
## Only enable, if the smtp account is working
|
## Enable, if the the smtp account is working
|
||||||
msmtp_send_test_mail: no
|
msmtp_send_test_mail: yes
|
||||||
|
|
||||||
## This will remove most other mail transfer agents such as postfix, exim,...!
|
## This will remove most other mail transfer agents such as postfix, exim,...!
|
||||||
msmtp_remove_mtas: no
|
msmtp_remove_mtas: no
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: role_under_test
|
- role: role_under_test
|
||||||
msmtp_send_test_mail: yes
|
# test mail works in a local docker container, but not on travis
|
||||||
|
msmtp_send_test_mail: no
|
||||||
|
|
Loading…
Reference in a new issue