We want Solr to be extracted in /root to let the install_solr_service.sh script install it is own way

This commit is contained in:
Tristan PILAT 2019-07-04 12:31:57 +02:00 committed by Patrick Marchand
parent eed3c01b6c
commit c63bb0c49c

View file

@ -11,7 +11,7 @@
- name: "Extract solr-{{ solr_version }}.tgz"
unarchive:
src: /var/lib/lxc/{{ name }}/rootfs/root/solr-{{ solr_version }}.tgz
dest: /var/lib/lxc/{{ name }}/rootfs/opt/
dest: /var/lib/lxc/{{ name }}/rootfs/root/
remote_src: yes
- name: Set Solr autostart