ansible/roles/saslauthd/handlers/main.yml

6 lines
83 B
YAML

---
- name: restart saslauthd
service:
name: saslauthd
state: restarted