Solr recommends to install the lsof program to detect in a better way if it's running

This commit is contained in:
Tristan PILAT 2019-07-04 12:28:41 +02:00 committed by Patrick Marchand
parent 92775ddc6c
commit eed3c01b6c

View file

@ -1,6 +1,6 @@
---
- name: Install openjdk-8-jre-headless package
command: "lxc-attach -n {{name}} -- apt-get install -y openjdk-8-jre-headless"
- name: Install openjdk-8-jre-headless and lsof packages
command: "lxc-attach -n {{name}} -- apt-get install -y openjdk-8-jre-headless lsof"
- name: "Download Solr {{ solr_version }}"
get_url: