forked from ISTI-ansible-roles/ansible-roles
d4science-ghn-cluster/group_vars/dataminer_devnext/dataminer_devnext.yml: Install from gcube-snapshots.
library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Do not link the algorithms inside WEB-INF/lib: it does not work.
This commit is contained in:
parent
ad0d5d676b
commit
f2f94af17c
|
@ -15,11 +15,6 @@
|
|||
|
||||
- name: Download the WPS algorithms from subversion
|
||||
subversion: repo={{ dataminer_wps_algorithms_svn }} dest={{ smartgears_user_home }}/wps_algorithms/algorithms
|
||||
|
||||
- name: Create a symlink to the algorithms from WEB-INF/lib
|
||||
file: src={{ smartgears_user_home }}/wps_algorithms/algorithms dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/WEB-INF/lib/algorithms state=link
|
||||
notify: Restart smartgears
|
||||
|
||||
- name: Create a directory where to install the gebco_08.nc data file
|
||||
file: path={{ smartgears_user_home }}/data state=directory
|
||||
|
||||
|
|
Loading…
Reference in New Issue