From 38554c6692ee8d52b2d55573c95aae763836d1d9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 3 Nov 2017 18:46:11 +0100 Subject: [PATCH] solr: add a specific tag to the task that installs the default settings. --- solr/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/solr/tasks/main.yml b/solr/tasks/main.yml index eeafb97..e544e81 100644 --- a/solr/tasks/main.yml +++ b/solr/tasks/main.yml @@ -45,6 +45,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' ] - name: Start and enable the solr service service: name=solr state=started enabled=yes