mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-05-17 17:00
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud