library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Fix the dataminer config jar destination path.

This commit is contained in:
Andrea Dell'Amico 2016-06-23 12:58:50 +02:00
parent 72af5c08fe
commit 276e45ec15
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
- name: Download the dataminer config jar - name: Download the dataminer config jar
become: True become: True
become_user: '{{ smartgears_user }}' 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 notify: Restart smartgears
when: dataminer_app_install when: dataminer_app_install
tags: [ 'tomcat', 'dataminer', 'wps' ] tags: [ 'tomcat', 'dataminer', 'wps' ]