5 lines
161 B
YAML
Executable File
5 lines
161 B
YAML
Executable File
---
|
|
# send test mail to admin
|
|
- name: test mail
|
|
shell: echo "Test mail from new/updated MSTMP at" `hostname` | mail root -s "Test SMTP `hostname`"
|
|
tags: mail |