2014-03-21 19:16:55 +00:00
|
|
|
---
|
|
|
|
# send test mail to admin
|
|
|
|
- name: test mail
|
2018-04-28 18:21:08 +00:00
|
|
|
shell: echo "Test mail from new/updated MSTMP at" `hostname -f` | mail root -s "Test SMTP at `hostname -f`"
|
|
|
|
tags: mail
|
2018-05-07 08:30:52 +00:00
|
|
|
when: msmtp_send_test_mail
|
2018-05-07 09:53:56 +00:00
|
|
|
async: 30
|
|
|
|
poll: 5
|