ansible/roles/opensmtpd/handlers/main.yml

5 lines
82 B
YAML

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