chriswayg / ansible-msmtp-mailer

:a: This ansible role deploys msmtp as a mailer for Debian, Ubuntu, Arch & Alpine
https://galaxy.ansible.com/chriswayg/msmtp-mailer/
Apache License 2.0
15 stars 17 forks source link

Allow to set syslog facility #5

Closed tomasz-kuzemko closed 3 years ago

tomasz-kuzemko commented 3 years ago

Msmtp allows to configure the syslog facility by setting syslog to one of LOG_USER, LOG_MAIL, LOG_LOCAL0, ..., LOG_LOCAL7. This patch enables this functionality to the Ansible role.

colans commented 3 years ago

I've got my above suggested changes running on my fork. Feel free to test with it.

tomasz-kuzemko commented 3 years ago

I've tested the fork and it works as expected.

tomasz-kuzemko commented 3 years ago

@chriswayg can we get this merged please?

chriswayg commented 3 years ago

thanks for your PR