X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..eb5ab9a3ffe8dc85874301218bbfdde5ea64ffcf:/roles/email/handlers/main.yml diff --git a/roles/email/handlers/main.yml b/roles/email/handlers/main.yml index 47e0daf..9e40ba3 100644 --- a/roles/email/handlers/main.yml +++ b/roles/email/handlers/main.yml @@ -2,5 +2,7 @@ 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 +- name: mailman + service: name=mailman state=restarted enabled=yes