diff options
Diffstat (limited to 'roles/amavis/handlers')
-rw-r--r-- | roles/amavis/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/amavis/handlers/main.yml b/roles/amavis/handlers/main.yml index 65287e3..1abc299 100644 --- a/roles/amavis/handlers/main.yml +++ b/roles/amavis/handlers/main.yml @@ -2,7 +2,7 @@ - name: Restart ClamAV service: name=clamav-daemon state=restarted -- name: Publish the public key in the DNS zone +- name: Publish the public key to the DNS zone # See the output of 'sudo genkeypair.sh dkim --privkey=/var/lib/dkim/outgoing.fripost.org.key' fail: "msg={{ dkim.stdout }}" |