forked from ISTI-ansible-roles/ansible-roles
library/roles/gcube/authorization_service/tasks/main.yml: Fix the service name.
This commit is contained in:
parent
7fb43eae37
commit
58b7636ad2
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Stop the service when upgrading
|
- 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
|
when: authorization_service_upgrade
|
||||||
|
|
||||||
- name: Remove the installed authorization service before upgrading
|
- name: Remove the installed authorization service before upgrading
|
||||||
|
|
Loading…
Reference in New Issue