mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-28 04:29:24 +00:00
Adding postfix handler
This commit is contained in:
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