Skip to content

Commit

Permalink
Added default value to es_scripts_fileglob. Could fail if undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakommo committed Nov 7, 2016
1 parent c40f9dd commit 8a7656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/elasticsearch-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 | default('') }}"

0 comments on commit 8a7656c

Please sign in to comment.