ansible/roles/opensmtpd/handlers/main.yml

5 lines
98 B
YAML

---
- name: restart opensmtpd
service:
name: "{{ opensmtpd_service }}"
state: restarted