mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	Fix Jinja2 syntax error (else if -> elif)
This commit is contained in:
		| @@ -55,7 +55,7 @@ matrix_appservice_slack_database_file: /data | ||||
| matrix_appservice_slack_database_connString: >-2 | ||||
|   {%- if matrix_appservice_slack_database_engine == 'postgres' -%} | ||||
|   postgresql://{{ matrix_appservice_slack_database_username }}:{{ matrix_appservice_slack_database_password }}@{{ matrix_appservice_slack_database_hostname }}:{{ matrix_appservice_slack_database_port }}/{{ matrix_appservice_slack_database_name }}?sslmode=disable | ||||
|   {%- else if matrix_appservice_slack_database_engine == 'nedb' -%} | ||||
|   {%- elif matrix_appservice_slack_database_engine == 'nedb' -%} | ||||
|   {{ matrix_appservice_slack_database_engine }}://{{ matrix_appservice_slack_database_file }} | ||||
|   {%- endif -%} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user