mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-06-17 00:00
This commit is contained in:
@@ -9,3 +9,6 @@
|
||||
- name: restart zmmailboxd
|
||||
command: /opt/zimbra/bin/zmmailboxdctl restart
|
||||
become_user: zimbra
|
||||
|
||||
- name: reload crond
|
||||
service: name=crond state=reloaded
|
||||
|
@@ -156,3 +156,11 @@
|
||||
|
||||
- include_tasks: cas.yml
|
||||
tags: zcs
|
||||
|
||||
- name: Remove daily report cron task
|
||||
lineinfile:
|
||||
path: /var/spool/cron/zimbra
|
||||
regexp: '.*/opt/zimbra/libexec/zmdailyreport.*'
|
||||
line: '#30 23 * * * /opt/zimbra/libexec/zmdailyreport -m'
|
||||
notify: reload crond
|
||||
tags: zcs
|
||||
|
Reference in New Issue
Block a user