Add postfix non mailhost handlers
This commit is contained in:
parent
e151c1c3fd
commit
a9b03aed82
1 changed files with 10 additions and 0 deletions
10
roles/postfix-non-mailhost/handlers/main.yml
Normal file
10
roles/postfix-non-mailhost/handlers/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
- name: Restart postfix
|
||||||
|
service:
|
||||||
|
name: postfix
|
||||||
|
state: restarted
|
||||||
|
|
||||||
|
- name: Reload postfix
|
||||||
|
service:
|
||||||
|
name: postfix
|
||||||
|
state: reloaded
|
Loading…
Reference in a new issue