summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-13 16:41:26 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-13 16:52:47 +0100
commit5e635d39918ad7c69cd90bee6b4ac2827198cc76 (patch)
tree1a2682e67f60e392d73ca07de7aa863c0808525c
parent83ddeec1ab7f5e13cc8f930c6955cc275fb1b8c7 (diff)
Don't restart amavis on DKIM key generation.
We want to give people the time add the key to DNS before we update the signing policy.
-rw-r--r--roles/amavis/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/amavis/tasks/main.yml b/roles/amavis/tasks/main.yml
index 075b770..79c973c 100644
--- a/roles/amavis/tasks/main.yml
+++ b/roles/amavis/tasks/main.yml
@@ -56,8 +56,6 @@
changed_when: dkim.rc == 0
failed_when: dkim.rc > 1
when: "'out' in group_names"
- notify:
- - Restart Amavis
tags:
- genkey
- dkim