library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Give the new task a description.

This commit is contained in:
Andrea Dell'Amico 2016-06-22 17:27:56 +02:00
parent dffcdca5f6
commit 535fc78f1a
1 changed files with 3 additions and 1 deletions

View File

@ -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