ssme-thesis/attachments/ansible/roles/ansible-sw-postfix/handlers/main.yml
2019-03-02 15:53:46 +01:00

6 lines
118 B
YAML

---
# handlers file for yum_cron
- name: restart postfix
service: name=postfix.service state=restarted enabled=yes