2014-03-21 19:16:55 +00:00
|
|
|
---
|
|
|
|
# send test mail to admin
|
|
|
|
- name: test mail
|
2018-05-08 11:57:20 +00:00
|
|
|
shell: echo -e "Test mail from new/updated mSTMP\n\n $(uname -a)" | mail -s "Test mSMTP at $(hostname -f)" root
|
2018-04-28 18:21:08 +00:00
|
|
|
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
|