Update to 2023-08-25 10:00

This commit is contained in:
Daniel Berteaud 2023-08-25 10:00:10 +02:00
parent cc7c11ba8a
commit 6cbe29c27e
1 changed files with 10 additions and 0 deletions

View File

@ -164,3 +164,13 @@
line: '#30 23 * * * /opt/zimbra/libexec/zmdailyreport -m'
notify: reload crond
tags: zcs
# https://forums.zimbra.org/viewtopic.php?t=72204
- name: Remove hostedlogin
file: path={{ item }} state=absent
loop:
- /opt/zimbra/jetty_base/webapps/zimbra/public/hostedlogin.jsp
- /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/jsp/public_/hostedlogin_jsp.class
- /opt/zimbra/jetty_base/work/zimbra/jsp/org/apache/jsp/public_/hostedlogin_jsp.java
notify: restart zimbra
tags: zcs