solr: add a specific tag to the task that installs the default settings.

This commit is contained in:
Andrea Dell'Amico 2017-11-03 18:46:11 +01:00
parent eeaf9aaf6e
commit 38554c6692
1 changed files with 1 additions and 0 deletions

View File

@ -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