mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-08-25 10:00
This commit is contained in:
parent
cc7c11ba8a
commit
6cbe29c27e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user