blob: ab974e66d4c818098aeb2bc4e2f1c7f078f6e702 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
- name: Restart ClamAV
service: name=clamav-daemon state=restarted
- name: Publish the public key to the DNS zone
# See the output of 'genkeypair.sh dkim --privkey=/path/to/key'
fail: "msg={{ dkim.stdout }}"
- name: Restart Amavis
service: name=amavis state=restarted
|