initial version

This commit is contained in:
2025-05-02 11:16:04 +02:00
commit 004ade6aa1
9 changed files with 184 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# handlers file for rspamd
- name: restart rspamd
service:
name: rspamd
state: restarted