Files
ansible_rspamd/handlers/main.yml
2025-05-02 11:16:04 +02:00

6 lines
102 B
YAML

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