Upgraded OrientDB version

This commit is contained in:
Luca Frosini 2016-11-25 17:28:36 +01:00
parent d4c3c7a3dd
commit efff2e91db
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
orientdb_install: False
orientdb_enabled: True
orientdb_version: 2.2.12
orientdb_version: 2.2.13
orientdb_dir: 'orientdb-community'
orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz'
orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}'

View File

@ -34,7 +34,7 @@
- '{{ orientdb_automatic_backup_directory }}'
- name: Remove the old hook jars
shell: rm {{ orientdb_install_dir }}/lib/{{ item }}
shell: rm -f {{ orientdb_install_dir }}/lib/{{ item }}
with_items: '{{ orientdb_hooks_to_be_removed | default([]) }}'
tags: [ 'orientdb', 'orientdb_hooks' ]