forked from ISTI-ansible-roles/ansible-roles
dataminer: Remove the tasks that install the missing jars. They have been added to the war file.
This commit is contained in:
parent
94fae10e18
commit
5832cb0b62
|
@ -87,18 +87,6 @@
|
|||
file: src={{ smartgears_user_home }}/data/gebco_08.nc dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/gebco_08.nc state=link
|
||||
notify: Restart smartgears
|
||||
|
||||
- name: Install a couple of jar files under ecocfg
|
||||
get_url: url=http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/wps/src/main/webapp/ecocfg/{{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }}
|
||||
with_items:
|
||||
- 'YASMEEN-matcher-1.2.0.1.jar'
|
||||
- 'YASMEEN-parser-1.2.0.jar'
|
||||
|
||||
- name: Install a couple of jar files under ecocfg/PARALLEL_PROCESSING
|
||||
get_url: url=http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/wps/src/main/webapp/ecocfg/{{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/PARALLEL_PROCESSING/{{ item }}
|
||||
with_items:
|
||||
- 'YASMEEN-matcher-1.2.0.1.jar'
|
||||
- 'YASMEEN-parser-1.2.0.jar'
|
||||
|
||||
- name: Install the old properties files
|
||||
copy: src={{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} force=yes
|
||||
with_items: '{{ dataminer_properties_files }}'
|
||||
|
|
Loading…
Reference in New Issue