mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Merged in #130
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -12,5 +12,3 @@
|
||||
notify: load-templates
|
||||
with_fileglob:
|
||||
- "{{ es_templates_fileglob | default('') }}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user