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

spampd: Restart sa-update when updater script changes


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 569a6b18
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,6 @@
- name: restart spampd
service: name=spampd state=restarted
- name: start sa-update
service: name=sa-update state=restarted
......@@ -6,6 +6,8 @@
- name: install sa-update.sh
copy: src=sa-update.sh dest=/usr/local/bin/sa-update.sh owner=root group=root mode=0755
notify:
- restart sa-update
- name: install support files
copy: src={{ item }} dest=/etc/mail/spamassassin/{{ item }} owner=root group=root mode=0644
......
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