Let's use the install_solr_service.sh script to install Solr

This commit is contained in:
Tristan PILAT 2019-07-04 12:33:08 +02:00
parent d3a15d69d9
commit a9b56f3dfe
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@
ignore_errors: yes
changed_when: false
register: service_solr_status
- name: "Install Solr {{ solr_version }}"
command: "lxc-attach -n {{name}} -- /root/solr-{{ solr_version }}/bin/install_solr_service.sh /root/solr-{{ solr_version }}.tgz"