X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/7273ecf5a25c5b4a418b8356482cafb922d59a3c..ee0707947ed908dfcba302f36dacc330316382d8:/roles/email/handlers/main.yml diff --git a/roles/email/handlers/main.yml b/roles/email/handlers/main.yml index b953a16..342976a 100644 --- a/roles/email/handlers/main.yml +++ b/roles/email/handlers/main.yml @@ -2,7 +2,5 @@ service: name=opendkim state=restarted enabled=yes - name: postfix service: name=postfix state=restarted enabled=yes -- name: unbound - service: name=unbound state=restarted enabled=yes - name: dovecot service: name=dovecot state=restarted enabled=yes