diff --git a/tasks/elasticsearch-scripts.yml b/tasks/elasticsearch-scripts.yml index 3dc4150..a7c286a 100644 --- a/tasks/elasticsearch-scripts.yml +++ b/tasks/elasticsearch-scripts.yml @@ -18,4 +18,4 @@ - name: Copy scripts to elasticsearch copy: src={{ item }} dest={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} - with_fileglob: es_scripts_fileglob + with_fileglob: "{{ es_scripts_fileglob }}" diff --git a/tasks/elasticsearch-templates.yml b/tasks/elasticsearch-templates.yml index d709cc0..e0a0773 100644 --- a/tasks/elasticsearch-templates.yml +++ b/tasks/elasticsearch-templates.yml @@ -12,5 +12,3 @@ notify: load-templates with_fileglob: - "{{ es_templates_fileglob | default('') }}" - -