Fix feedback from @barryib
This commit is contained in:
parent
7d97b35d63
commit
979ef94f77
4 changed files with 4 additions and 4 deletions
|
|
@ -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('') }}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue