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.

This commit is contained in:
Andrea Dell'Amico 2017-05-10 16:57:27 +02:00
parent f2f94af17c
commit 938f661793
1 changed files with 2 additions and 1 deletions

View File

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