diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index 26002152..5e2cd2a1 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -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 }}'