mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding postfix handler
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
- include: pb.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
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart Postfix
|
||||
|
||||
Reference in New Issue
Block a user