vn-ansible/roles/config-relayhost-smtp/handlers/main.yaml

6 lines
128 B
YAML

---
# restart exim4 service to apply changes
- name: restart exim4
service:
name: "{{ exim_daemon }}"
state: restarted