Merged changes from 138
This commit is contained in:
parent
3c7fbbe3e0
commit
7a2f0b43d2
4 changed files with 9 additions and 9 deletions
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
- name: Copy templates to elasticsearch
|
||||
copy: src={{ item }} dest=/etc/elasticsearch/templates owner={{ es_user }} group={{ es_group }}
|
||||
when: es_templates_fileglob is defined
|
||||
notify: load-templates
|
||||
with_fileglob:
|
||||
- "{{ es_templates_fileglob }}"
|
||||
- "{{ es_templates_fileglob | default('') }}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue