forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Fix the dataminer config jar destination path.
This commit is contained in:
parent
72af5c08fe
commit
276e45ec15
|
@ -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' ]
|
||||||
|
|
Loading…
Reference in New Issue