diff --git a/orientdb/tasks/main.yml b/orientdb/tasks/main.yml index 40353c94..0a276ead 100644 --- a/orientdb/tasks/main.yml +++ b/orientdb/tasks/main.yml @@ -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