ansible/roles/saslauthd/handlers/main.yml

5 lines
98 B
YAML

---
- name: Restart saslauthd
ansible.builtin.service:
name: saslauthd
state: restarted