Ubuntu 18.04 support #70

Closed
Ghost wants to merge 38 commits from ubuntu into unstable
Showing only changes of commit eed3c01b6c - Show all commits

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: