sendmail: Initial version of module

This commit is contained in:
Timo Makinen 2021-02-12 06:31:09 +00:00
parent 01c3b23c9b
commit c9040a4529
4 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
- name: restart sendmail
service:
name: sendmail
state: restarted
- name: update sendmail config
command: make -C /etc/mail all