2022-06-17 00:00:16 +02:00

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