ansible/roles/postfix-ses/handlers/main.yml

9 lines
138 B
YAML

#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart postfix
systemd:
name: postfix
state: restarted
become: yes