ansible-msmtp-mailer/handlers/main.yml
Unknown 7153155289 Debian version
will remove other MTAs, added Vagrantfile
2018-04-29 02:21:08 +08:00

6 lines
171 B
YAML
Executable file

---
# send test mail to admin
- name: test mail
shell: echo "Test mail from new/updated MSTMP at" `hostname -f` | mail root -s "Test SMTP at `hostname -f`"
tags: mail