1
0
Fork 0

Reload rspamd

This commit is contained in:
Daniele Tricoli 2020-06-18 00:51:42 +02:00
parent da013c26e9
commit 8c50206692

View file

@ -19,3 +19,9 @@
- milter_headers.conf
- redis.conf
become: true
- name: reload rspamd
systemd:
name: rspamd
state: reloaded
become: true