Skip to content
Snippets Groups Projects
Verified Commit db2db99d authored by Florian Pritz's avatar Florian Pritz
Browse files

spampd: Check SA config before restarting things


This will leave the config broken on the machine, but it's an easy check
to add.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 32f74b4c
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@
notify:
restart spampd
- name: check SA config validity
command: /usr/bin/vendor_perl/spamassassin --lint
- name: activate systemd timers
service: name={{ item }} enabled=yes state=started
with_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment