Add missing log to msmtp role
This commit is contained in:
parent
54203fb093
commit
053b6e1828
|
@ -38,4 +38,11 @@
|
|||
mode: 0644
|
||||
tags:
|
||||
- msmtp-config
|
||||
|
||||
- name: Create msmtp log file
|
||||
copy:
|
||||
content: ""
|
||||
dest: /var/log/msmtp.log
|
||||
force: no
|
||||
group: root
|
||||
owner: root
|
||||
mode: 0600
|
||||
|
|
Loading…
Reference in a new issue