Ubuntu 18.04 support #70

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

View file

@ -14,17 +14,6 @@
dest: /var/lib/lxc/{{ name }}/rootfs/root/
remote_src: yes
- name: Set Solr autostart
template:
src: rc.local.j2
dest: "/var/lib/lxc/{{ name }}//rootfs/etc/rc.local"
mode: "0755"
- name: Check if Solr is running
command: "lxc-attach -n {{name}} -- /opt/solr-{{ solr_version }}/bin/solr status"
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"