From 276e45ec151444ff0f13885f13ed2f867030d9df Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 23 Jun 2016 12:58:50 +0200 Subject: [PATCH] library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Fix the dataminer config jar destination path. --- smartgears/dataminer_app/tasks/dataminer-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index fa0a1862..35ebdc0c 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -114,7 +114,7 @@ - name: Download the dataminer config jar become: True become_user: '{{ smartgears_user }}' - get_url: url={{ dataminer_configuration_jar_url }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_52north_webapp_name }}/lib/{{ dataminer_configuration_jar }} force=yes + get_url: url={{ dataminer_configuration_jar_url }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_52north_webapp_name }}/WEB-INF/lib/{{ dataminer_configuration_jar }} force=yes notify: Restart smartgears when: dataminer_app_install tags: [ 'tomcat', 'dataminer', 'wps' ]