From a9b56f3dfe42a2c49540630aa8b12e2b252e9645 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Thu, 4 Jul 2019 12:33:08 +0200 Subject: [PATCH] Let's use the install_solr_service.sh script to install Solr --- lxc-solr/tasks/solr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc-solr/tasks/solr.yml b/lxc-solr/tasks/solr.yml index 220a0e2f..dd36af53 100644 --- a/lxc-solr/tasks/solr.yml +++ b/lxc-solr/tasks/solr.yml @@ -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"