Add missing log to msmtp role

This commit is contained in:
KemoNine 2020-08-09 01:38:28 -04:00
parent 54203fb093
commit 053b6e1828
1 changed files with 8 additions and 1 deletions

View File

@ -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