Files
ansible_rspamd/handlers/main.yml

6 lines
118 B
YAML

---
# handlers file for rspamd
- name: restart rspamd
ansible.builtin.service:
name: rspamd
state: restarted