mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13: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
|
||||
Reference in New Issue
Block a user