From e0fce456e8d2849b46169decf5060aadf96f2def Mon Sep 17 00:00:00 2001 From: Roberto Date: Tue, 1 Aug 2017 17:37:02 +0200 Subject: [PATCH] smartgears-node-upgrade.yml fix check on openjdk in the following way: openjdk_install is defined and openjdk_install smartgears-node.yml added check on opnejdk installation as done for smartgears-node-upgrade ../library/roles/smartgears/grsf_publisher_ws/defaults/main.yml update grsf_publisher service version --- smartgears/grsf_publisher_ws/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/grsf_publisher_ws/defaults/main.yml b/smartgears/grsf_publisher_ws/defaults/main.yml index da786253..36a473d7 100644 --- a/smartgears/grsf_publisher_ws/defaults/main.yml +++ b/smartgears/grsf_publisher_ws/defaults/main.yml @@ -2,7 +2,7 @@ grsf_publisher_ws_install: False grsf_publisher_ws_upgrade: False grsf_publisher_ws_gcube_repository: gcube-staging -grsf_publisher_ws_ver: 1.2.0-4.6.0-151196 +grsf_publisher_ws_ver: 1.3.0-4.6.1-151526 grsf_publisher_ws_name: grsf-publisher-ws grsf_publisher_ws_file: '{{ grsf_publisher_ws_name }}-{{ grsf_publisher_ws_ver }}.war'