remove file script feature

File scripts have been removed since elasticsearch 6.0 (https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_scripting_changes.html#_file_scripts_removed)
This commit is contained in:
Julien Mailleret 2019-05-27 18:16:50 +02:00
parent 86c8e3c59b
commit 1585ec2c1c
No known key found for this signature in database
GPG key ID: F065093271C8DE71
8 changed files with 22 additions and 86 deletions

View file

@ -39,12 +39,6 @@
tags:
- config
- name: include elasticsearch-scripts.yml
include: elasticsearch-scripts.yml
when: es_scripts
tags:
- scripts
- name: include elasticsearch-plugins.yml
include: elasticsearch-plugins.yml
when: es_plugins is defined or es_plugins_reinstall