fix handler

This commit is contained in:
Gitouche 2021-07-12 21:51:38 +02:00
parent 77e3386097
commit d7462d8912
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
# sending test mail using 'mail' command to root and test recipient # sending test mail using 'mail' command to root and test recipient
- name: test mail - name: test mail
shell: | shell: >
echo "Test mail from new/updated mSTMP\n\n $(uname -a)" | echo "Test mail from new/updated mSTMP\n\n $(uname -a)" |
mail -s "Test mSMTP at $(hostname -f)" mail -s "Test mSMTP at $(hostname -f)"
root "{{ msmtp_test_mail_recipient }}" root "{{ msmtp_test_mail_recipient }}"