diff options
Diffstat (limited to 'roles/amavis/handlers/main.yml')
-rw-r--r-- | roles/amavis/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/amavis/handlers/main.yml b/roles/amavis/handlers/main.yml index ab974e6..62cc6fc 100644 --- a/roles/amavis/handlers/main.yml +++ b/roles/amavis/handlers/main.yml @@ -1,10 +1,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 |