git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@154813 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a5968cda0d
commit
22879e40bf
|
@ -1,9 +1,9 @@
|
||||||
---
|
#---
|
||||||
|
|
||||||
- name: remove previous installer (if any)
|
#- name: remove previous installer (if any)
|
||||||
file:
|
# file:
|
||||||
path: /home/gcube/algorithmInstaller
|
# path: /home/gcube/algorithmInstaller
|
||||||
state: absent
|
# state: absent
|
||||||
|
|
||||||
#- name: remove previous installer.zip (if any)
|
#- name: remove previous installer.zip (if any)
|
||||||
# file:
|
# file:
|
||||||
|
@ -16,17 +16,17 @@
|
||||||
# dest: /home/dpm/algorithmInstaller.zip
|
# dest: /home/dpm/algorithmInstaller.zip
|
||||||
# validate_certs: no
|
# validate_certs: no
|
||||||
|
|
||||||
- name: download and unzip the package
|
#- name: download and unzip the package
|
||||||
unarchive:
|
# unarchive:
|
||||||
src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller1_1.zip
|
# src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller1_1.zip
|
||||||
# src: http:***REMOVED***maven.research-infrastructures.eu:8081/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.dataanalysis&a=dataminer-algorithms-importer&v=1.1.1-SNAPSHOT&e=tar.gz
|
## src: http:***REMOVED***maven.research-infrastructures.eu:8081/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.dataanalysis&a=dataminer-algorithms-importer&v=1.1.1-SNAPSHOT&e=tar.gz
|
||||||
dest: /home/gcube
|
# dest: /home/gcube
|
||||||
remote_src: yes
|
# remote_src: yes
|
||||||
validate_certs: no
|
# validate_certs: no
|
||||||
|
|
||||||
- name: change flags
|
#- name: change flags
|
||||||
file:
|
# file:
|
||||||
path: /home/gcube/algorithmInstaller
|
# path: /home/gcube/algorithmInstaller
|
||||||
mode: 0777
|
# mode: 0777
|
||||||
state: directory
|
# state: directory
|
||||||
recurse: yes
|
# recurse: yes
|
||||||
|
|
Loading…
Reference in New Issue