Adding postfix handler

This commit is contained in:
Ubergeek 2019-11-24 00:19:27 +00:00
parent 64c1ad4cfb
commit 497eb8dcd1
3 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,4 @@
- include: pb.yml
- include: vnc.yml
- include: postfix.yml

View File

@ -0,0 +1,4 @@
- name: restart Postfix
service:
name: postfix
state: restarted

View File

@ -7,3 +7,4 @@
owner: root
group: root
mode: 0644
notify: restart Postfix