Adding postfix handler
This commit is contained in:
parent
64c1ad4cfb
commit
497eb8dcd1
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
- include: pb.yml
|
- include: pb.yml
|
||||||
- include: vnc.yml
|
- include: vnc.yml
|
||||||
|
- include: postfix.yml
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
- name: restart Postfix
|
||||||
|
service:
|
||||||
|
name: postfix
|
||||||
|
state: restarted
|
|
@ -7,3 +7,4 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
notify: restart Postfix
|
||||||
|
|
Loading…
Reference in New Issue