ansible/roles/opensmtpd/handlers/main.yml

5 lines
78 B
YAML

---
- name: restart opensmtpd
service:
name: smtpd
state: restarted