Add postfix non mailhost handlers

This commit is contained in:
otthorn 2021-02-16 02:02:15 +01:00
parent e151c1c3fd
commit a9b03aed82

View file

@ -0,0 +1,10 @@
---
- name: Restart postfix
service:
name: postfix
state: restarted
- name: Reload postfix
service:
name: postfix
state: reloaded