X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..ee0707947ed908dfcba302f36dacc330316382d8:/roles/email/handlers/main.yml diff --git a/roles/email/handlers/main.yml b/roles/email/handlers/main.yml index 47e0daf..342976a 100644 --- a/roles/email/handlers/main.yml +++ b/roles/email/handlers/main.yml @@ -2,5 +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