library/roles/orientdb/tasks/main.yml: Add the orientdb_config tag to the task that installs the orientdb configuration.

This commit is contained in:
Andrea Dell'Amico 2017-02-22 16:41:57 +01:00
parent ee5faf1366
commit bcc67fb5f2
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
template: src={{ item }}.j2 dest={{ orientdb_install_dir }}/config/{{ item }} owner={{ orientdb_user }} group={{ orientdb_user }} mode=0640
with_items: '{{ orientdb_configuration_files }}'
notify: Restart orientdb
tags: [ 'orientdb', 'orientdb_config' ]
- name: Ensure that the service is enabled and running
service: name=orientdb state=started enabled=yes