added new lines in tasks/elasticsearch-Debian.yml and tasks/elasticsearch-RedHat.yml
This commit is contained in:
parent
01401f9d55
commit
ef1f19ab09
2 changed files with 2 additions and 2 deletions
|
|
@ -19,4 +19,4 @@
|
|||
- name: RedHat - Install Elasticsearch from url
|
||||
yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present
|
||||
when: not es_use_repository
|
||||
register: elasticsearch_install_from_package
|
||||
register: elasticsearch_install_from_package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue