Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
931569b8a6
commit
41fdeac58d
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# send test mail to admin
|
# send test mail to admin
|
||||||
- name: test mail
|
- name: test mail
|
||||||
shell: echo "Test mail from new/updated MSTMP at" `hostname -f` | mail root -s "Test SMTP at `hostname -f`"
|
shell: echo -e "Test mail from new/updated mSTMP\n\n $(uname -a)" | mail -s "Test mSMTP at $(hostname -f)" root
|
||||||
tags: mail
|
tags: mail
|
||||||
when: msmtp_send_test_mail
|
when: msmtp_send_test_mail
|
||||||
async: 30
|
async: 30
|
||||||
|
|
|
@ -35,12 +35,12 @@
|
||||||
notify: test mail
|
notify: test mail
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
- name: Install msmtp and mailx on Archlinux.
|
- name: Install msmtp and s-nail on Archlinux.
|
||||||
pacman: name={{item}} state=present
|
pacman: name={{item}} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- msmtp
|
- msmtp
|
||||||
- msmtp-mta
|
- msmtp-mta
|
||||||
- mailutils
|
- s-nail
|
||||||
when: ansible_os_family == "Archlinux"
|
when: ansible_os_family == "Archlinux"
|
||||||
|
|
||||||
- name: Copy mstprc conf file.
|
- name: Copy mstprc conf file.
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: role_under_test
|
- role: role_under_test
|
||||||
|
msmtp_send_test_mail: yes
|
||||||
|
|
Loading…
Reference in a new issue