9 lines
207 B
YAML
9 lines
207 B
YAML
|
---
|
||
|
- name: Restart ghn webservice
|
||
|
shell: /etc/init.d/gcore stop ; /etc/init.d/gcore start
|
||
|
when:
|
||
|
- restart_gcore_service
|
||
|
- ( has_tomcat is defined ) and ( not has_tomcat )
|
||
|
ignore_errors: True
|
||
|
|