Skip to content

Commit

Permalink
Fixes #52: Solr 6.3.0 temporary files permissions fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 16, 2016
1 parent dbb2cd2 commit 8697b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
yum: name=lsof state=present
when: ansible_os_family == "RedHat"

- name: Ensure setfacl support is present.
package: name=acl state=present

- name: Run Solr installation script.
shell: >
{{ solr_workspace }}/{{ solr_filename }}/bin/install_solr_service.sh
Expand Down

0 comments on commit 8697b27

Please sign in to comment.