added new lines in tasks/elasticsearch-Debian.yml and tasks/elasticsearch-RedHat.yml

This commit is contained in:
Дехтярёв Евгений Артурович 2016-05-26 07:37:33 +06:00
parent 01401f9d55
commit ef1f19ab09
2 changed files with 2 additions and 2 deletions

View file

@ -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