update send mail
This commit is contained in:
parent
ad52224241
commit
0442a5476a
|
@ -153,7 +153,7 @@
|
|||
# create: yes
|
||||
# Send mail
|
||||
- name: sending mail to verify exim4 config works
|
||||
command: echo "Verify send email from host {{ ansible_nodename }}'.verdnatura.es with mailx , bye." | mailx -s "test mail verify exim4 for the host '{{ ansible_nodename }}'.verdnatura.es" informatica@verdnatura.es
|
||||
shell: echo "Verify send email from host {{ ansible_nodename }}'.verdnatura.es with mailx , bye." | mailx -s "test mail verify exim4 for the host '{{ ansible_nodename }}'.verdnatura.es" -c rubenb@verdnatura.es,nada@verdnatura.es,juan@verdnatura.es,davidl@verdnatura.es informatica@verdnatura.es
|
||||
# Delete tmp file /tmp/messagefileverify
|
||||
#- name: delete tmp file /tmp/messagefileverify
|
||||
# file:
|
||||
|
|
Loading…
Reference in New Issue