ansible/roles/dovecot/handlers/main.yml

6 lines
79 B
YAML

---
- name: restart dovecot
service:
name: dovecot
state: restarted