From 738788e9536ac5bd697ddc0281bf7567451a4f7e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Jul 2014 18:21:22 +0200 Subject: typo --- roles/amavis/handlers/main.yml | 2 +- roles/amavis/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/amavis') 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 -- cgit v1.2.3