Fix typo in msmtp role
This commit is contained in:
parent
26afcfdf7a
commit
7a45025c56
|
@ -22,7 +22,7 @@
|
||||||
- block:
|
- block:
|
||||||
- name: Generate msmtp configuration file
|
- name: Generate msmtp configuration file
|
||||||
template:
|
template:
|
||||||
src: msmtp
|
src: msmtprc
|
||||||
dest: "/etc/msmtprc"
|
dest: "/etc/msmtprc"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue