From 535fc78f1a587f2edb480dfc22442f987f3b922d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 22 Jun 2016 17:27:56 +0200 Subject: [PATCH] library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Give the new task a description. --- smartgears/dataminer_app/tasks/dataminer-app.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index 6da19bf..1e996a3 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -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