From 938f661793ff894be190e17b0268d0f54f4f19d2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 10 May 2017 16:57:27 +0200 Subject: [PATCH] library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Fix the subversion options so the task does not fail if the repository is already present. --- smartgears/dataminer_app/tasks/dataminer-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index 93cf7901..c65529b5 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -14,7 +14,8 @@ file: path={{ smartgears_user_home }}/wps_algorithms state=directory - name: Download the WPS algorithms from subversion - subversion: repo={{ dataminer_wps_algorithms_svn }} dest={{ smartgears_user_home }}/wps_algorithms/algorithms + subversion: repo={{ dataminer_wps_algorithms_svn }} dest={{ smartgears_user_home }}/wps_algorithms/algorithms checkout=yes force=yes update=yes + - name: Create a directory where to install the gebco_08.nc data file file: path={{ smartgears_user_home }}/data state=directory