library/roles/solr-tomcat-instance/tasks/main.yml: ansible tries to expand variabiles also in the tasks names

This commit is contained in:
Andrea Dell'Amico 2016-06-21 18:49:24 +02:00
parent fc3c424df1
commit 600a0d4b0e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
- solr
- tomcat
- name: Install the solr webapp under {{ solr_data_mountpoint }}/webapps
- name: Install the solr webapp under <solr_data_mountpoint>/webapps
copy: src=solr-{{ solr_version }}.war dest={{ solr_data_dir }}/webapps/solr-{{ solr_version }}.war owner={{ solr_user }} group={{ solr_user }} mode=0644
register: solr_war_installed
notify: tomcat solr restart