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 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 # Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True synapse_manage_upgrade: True

View File

@ -1,7 +1,7 @@
--- ---
# Version to deploy # Version to deploy
n8n_version: 0.175.1 n8n_version: 0.176.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

View File

@ -167,6 +167,10 @@
when: ansible_selinux.status == 'enabled' when: ansible_selinux.status == 'enabled'
tags: zcs 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 - name: Deploy Let's Encrypt hook
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755 template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755
when: zcs_letsencrypt == True when: zcs_letsencrypt == True