Skip to content
Snippets Groups Projects
Commit 4730744f authored by Chris Coley's avatar Chris Coley
Browse files

Adding handlers to reload and restart postfix service

parent b905d082
Branches
No related tags found
Loading
---
- name: reload postfix
service:
name: postfix
state: reloaded
- name: restart postfix
service:
name: postfix
state: restarted
...
# vi: set ts=2 sts=2 sw=2 et ft=yaml:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment