This commit is contained in:
Dale McDiarmid 2016-08-30 15:04:28 +01:00
parent 71e3e076f0
commit 95ef931ace
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('') }}"