Merge pull request #144 from gingerwizard/master

Merged in #130
This commit is contained in:
Dale McDiarmid 2016-08-30 15:17:56 +01:00 committed by GitHub
commit df0c61e93a
2 changed files with 1 additions and 3 deletions

View file

@ -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 }}"

View file

@ -12,5 +12,3 @@
notify: load-templates
with_fileglob:
- "{{ es_templates_fileglob | default('') }}"