mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 02:40:19 +00:00
Adding postfix handler
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
- include: pb.yml
|
- include: pb.yml
|
||||||
- include: vnc.yml
|
- include: vnc.yml
|
||||||
|
- include: postfix.yml
|
||||||
|
|||||||
4
roles/shell/handlers/postfix.yml
Normal file
4
roles/shell/handlers/postfix.yml
Normal file
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user