organization
This commit is contained in:
parent
6d395991f2
commit
1255ed88eb
|
@ -18,8 +18,12 @@
|
||||||
notify: test mail
|
notify: test mail
|
||||||
|
|
||||||
- name: Copy mstprc conf file
|
- name: Copy mstprc conf file
|
||||||
template: src=msmtprc.j2 dest=/etc/msmtprc
|
template:
|
||||||
owner=root group=root mode=0644
|
src=msmtprc.j2
|
||||||
|
dest=/etc/msmtprc
|
||||||
|
owner=root
|
||||||
|
group=root
|
||||||
|
mode=0644
|
||||||
tags: mail
|
tags: mail
|
||||||
notify: test mail
|
notify: test mail
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue