forked from ISTI-ansible-roles/ansible-roles
library/roles/solr-tomcat-instance/handlers/main.yml: Remove the quotes.
This commit is contained in:
parent
0864a6219c
commit
9812ca2dac
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: tomcat solr restart
|
- name: tomcat solr restart
|
||||||
service: name=tomcat-instance-'{{ solr_http_port }}' state=restarted sleep=20
|
service: name=tomcat-instance-{{ solr_http_port }} state=restarted sleep=20
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue