Fix feedback from @barryib

This commit is contained in:
Dale McDiarmid 2017-08-17 10:05:32 +01:00
parent 7d97b35d63
commit 979ef94f77
4 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@
copy: src={{ item }} dest=/etc/elasticsearch/templates owner={{ es_user }} group={{ es_group }}
register: load_templates
with_fileglob:
- "{{ es_templates_fileglob | default('') }}"
- "{{ es_templates_fileglob | default('') }}"

View file

@ -33,4 +33,4 @@
when: es_start_service and es_enable_xpack and es_xpack_features is defined and "security" in es_xpack_features
with_fileglob:
- "{{ es_templates_fileglob | default('') }}"
run_once: True
run_once: True