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 | |
parent | 1c357b55931a0d4fbd15d51d61ec4e81d4f38aa5 (diff) |
typo
Diffstat (limited to 'roles/amavis')
-rw-r--r-- | roles/amavis/handlers/main.yml | 2 | ||||
-rw-r--r-- | roles/amavis/tasks/main.yml | 2 |
2 files changed, 2 insertions, 2 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 }}" diff --git a/roles/amavis/tasks/main.yml b/roles/amavis/tasks/main.yml index 354ade8..00e8c40 100644 --- a/roles/amavis/tasks/main.yml +++ b/roles/amavis/tasks/main.yml @@ -43,7 +43,7 @@ failed_when: dkim.rc > 1 notify: - Restart Amavis - - Publish the public key in the DNS zone + - Publish the public key to the DNS zone tags: - genkey |