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
parent a141847445
commit 5708c701a7

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: