Update to 2022-05-17 17:00

This commit is contained in:
Daniel Berteaud 2022-05-17 17:00:12 +02:00
parent 87c8d070ff
commit 8b09d0e1f8
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: 1.58.0
synapse_version: 1.59.0
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True

View File

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.175.1
n8n_version: 0.176.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

View File

@ -167,6 +167,10 @@
when: ansible_selinux.status == 'enabled'
tags: zcs
- name: Set correct permission on Zimbra log directory
file: path=/opt/zimbra/log state=directory mode=755
tags: zcs
- name: Deploy Let's Encrypt hook
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755
when: zcs_letsencrypt == True