Merged in #130
This commit is contained in:
parent
71e3e076f0
commit
95ef931ace
2 changed files with 1 additions and 3 deletions
|
|
@ -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('') }}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue