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 committed by Patrick Marchand
parent c63bb0c49c
commit 72a387ade4

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"