ansible-roles/postfix/handlers/main.yml

7 lines
79 B
YAML
Raw Normal View History

2017-01-02 00:06:18 +01:00
---
- name: restart postfix
service:
name: postfix
state: restarted