ansible-roles/amavis/handlers/main.yml

6 lines
76 B
YAML

---
- name: restart amavis
service:
name: amavis
state: restarted