infra/roles/exim/handlers/main.yml

7 lines
93 B
YAML

---
- name: restart exim4
service:
name: 'exim4'
state: restarted
enabled: yes