library/roles/gcube/authorization_service/tasks/main.yml: Fix the service name.

This commit is contained in:
Andrea Dell'Amico 2016-12-13 15:19:56 +01:00
parent 7fb43eae37
commit 58b7636ad2
1 changed files with 2 additions and 1 deletions

View File

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