Merge pull request #47 from gingerwizard/master
Fixes for Plugin on 1.x
This commit is contained in:
commit
0fb9de7e2f
2 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
notify: restart elasticsearch
|
notify: restart elasticsearch
|
||||||
environment:
|
environment:
|
||||||
CONF_DIR: "{{ conf_dir }}"
|
CONF_DIR: "{{ conf_dir }}"
|
||||||
|
ES_INCLUDE: "{{ instance_default_file }}"
|
||||||
|
|
||||||
#Set permissions on plugins directory
|
#Set permissions on plugins directory
|
||||||
- name: Set Plugin Directory Permissions
|
- name: Set Plugin Directory Permissions
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,3 @@
|
||||||
when: es_scripts
|
when: es_scripts
|
||||||
- include: elasticsearch-templates.yml
|
- include: elasticsearch-templates.yml
|
||||||
when: es_templates
|
when: es_templates
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue