forked from ISTI-ansible-roles/ansible-roles
solr: add a specific tag to the task that installs the default settings.
This commit is contained in:
parent
eeaf9aaf6e
commit
38554c6692
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue