diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-03 18:21:22 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:21 +0200 |
commit | 738788e9536ac5bd697ddc0281bf7567451a4f7e (patch) | |
tree | bf2a29fb33e0af22f57c0fc16234881304782ef0 /roles/amavis/handlers | |
parent | 1c357b55931a0d4fbd15d51d61ec4e81d4f38aa5 (diff) |
typo
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 }}" |