mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2022-06-17 00:00
This commit is contained in:
parent
1e9105650c
commit
56247a60c1
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
n8n_version: 0.179.0
|
n8n_version: 0.182.0
|
||||||
# Root directory where n8n will be installed
|
# Root directory where n8n will be installed
|
||||||
n8n_root_dir: /opt/n8n
|
n8n_root_dir: /opt/n8n
|
||||||
# User account under which n8n will run
|
# User account under which n8n will run
|
||||||
|
@ -9,3 +9,6 @@
|
|||||||
- name: restart zmmailboxd
|
- name: restart zmmailboxd
|
||||||
command: /opt/zimbra/bin/zmmailboxdctl restart
|
command: /opt/zimbra/bin/zmmailboxdctl restart
|
||||||
become_user: zimbra
|
become_user: zimbra
|
||||||
|
|
||||||
|
- name: reload crond
|
||||||
|
service: name=crond state=reloaded
|
||||||
|
@ -156,3 +156,11 @@
|
|||||||
|
|
||||||
- include_tasks: cas.yml
|
- include_tasks: cas.yml
|
||||||
tags: zcs
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user