diff --git a/gcube/authorization_service/tasks/main.yml b/gcube/authorization_service/tasks/main.yml index 42518db5..9c833cc5 100644 --- a/gcube/authorization_service/tasks/main.yml +++ b/gcube/authorization_service/tasks/main.yml @@ -1,7 +1,8 @@ --- - block: - name: Stop the service when upgrading - service: name='tomcat-instance-{{ authorization_http_port }}' state=stopped + #service: name='tomcat-instance-{{ authorization_http_port }}' state=stopped + service: name=tomcat-instance-8080 state=stopped when: authorization_service_upgrade - name: Remove the installed authorization service before upgrading