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

spampd: Ensure the sa-update keyring directory exists


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent bb1fee7a
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
notify:
- systemd daemon reload
- name: create sa-update keyring directory
file: path=/etc/mail/spamassassin/sa-update-keys mode=700 owner=root group=root state=directory
- name: add gpg keys to SA keyring
command: /usr/bin/vendor_perl/sa-update --import "/etc/mail/spamassassin/{{item}}"
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