forked from ISTI-ansible-roles/ansible-roles
library/roles/orientdb/tasks/main.yml: Add the orientdb_config tag to the task that installs the orientdb configuration.
This commit is contained in:
parent
ee5faf1366
commit
bcc67fb5f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue