ansible-roles/roles/zimbra/handlers/main.yml

15 lines
280 B
YAML

---
- name: restart zimbra
command: zmcontrol restart
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart zmmailboxd
command: /opt/zimbra/bin/zmmailboxdctl restart
become_user: zimbra
- name: reload crond
service: name=crond state=reloaded