library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Give the new task a description.
This commit is contained in:
parent
dffcdca5f6
commit
535fc78f1a
|
@ -95,7 +95,9 @@
|
|||
when: dataminer_app_install
|
||||
tags: [ 'tomcat', 'dataminer', 'wps' ]
|
||||
|
||||
- name:
|
||||
- name: Install the gebco_08.nc file from thredds. It is big, mostly 2GB
|
||||
become: True
|
||||
become_user: '{{ smartgears_user }}'
|
||||
get_url: url="http://thredds.d4science.org/thredds/fileServer/public/netcdf/gebco_08_OCEANS_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE_.nc" dest={{ smartgears_instance_path }}/webapps/{{ dataminer_52north_webapp_name }}/ecocfg/gebco_08.nc
|
||||
notify: Restart smartgears
|
||||
when: dataminer_app_install
|
||||
|
|
Loading…
Reference in New Issue