From 0564fb95a7e7d81011ff79ff27eebb5d5c4d13c8 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 12 Dec 2017 17:13:07 +0100 Subject: [PATCH] solr: Fix the hostnames of the zookeeper cluster. --- solr/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/tasks/main.yml b/solr/tasks/main.yml index e544e817..6c3a565a 100644 --- a/solr/tasks/main.yml +++ b/solr/tasks/main.yml @@ -34,6 +34,7 @@ - solr.xml - zoo.cfg notify: solr restart + tags: [ 'solr', 'solr_default', 'solr_conf' ] - name: copy extra libraries shell: cd {{ solr_server_dir }}; cp -u {{ item }} {{ solr_data_dir }}/lib @@ -45,7 +46,7 @@ - name: Install the solr default template: src=solr-default.j2 dest=/etc/default/solr.in.sh mode=0644 owner=root group=root notify: solr restart - tags: [ 'solr', 'solr_default' ] + tags: [ 'solr', 'solr_default', 'solr_conf' ] - name: Start and enable the solr service service: name=solr state=started enabled=yes