ansible-role-postfix_mta/handlers/main.yml

6 lines
76 B
YAML
Raw Normal View History

2019-03-05 12:44:14 +00:00
---
- name: reload postfix
systemd:
name: postfix
state: reloaded