blob: 62cc6fcea22bfa121bf9f7029aa871319ae35b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
- 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
- name: Restart munin-node
service: name=munin-node state=restarted
|