Fixed download filaname

This commit is contained in:
Luca Frosini 2019-02-14 12:48:59 +01:00
parent a9ac41d7e0
commit 8a1d60ade4
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ orientdb_install: False
orientdb_enabled: True orientdb_enabled: True
orientdb_version: 3.0.15 orientdb_version: 3.0.15
orientdb_archive_commpression: tar.gz orientdb_archive_commpression: tar.gz
orientdb_dir: 'orientdb-community' orientdb_dir: 'orientdb'
orientdb_tar_filename: '{{ orientdb_dir }}-importers-{{ orientdb_version }}' orientdb_tar_filename: '{{ orientdb_dir }}-{{ orientdb_version }}'
orientdb_tar_file: '{{ orientdb_tar_filename }}.{{ orientdb_archive_commpression }}' orientdb_tar_file: '{{ orientdb_tar_filename }}.{{ orientdb_archive_commpression }}'
orientdb_binary_distribution_url: 'https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{ orientdb_version }}/{{ orientdb_tar_file }}' orientdb_binary_distribution_url: 'https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{ orientdb_version }}/{{ orientdb_tar_file }}'
orientdb_user: orientdb orientdb_user: orientdb