From ef1f19ab09d8645ce14c9a7e55d363614ac69237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D1=85=D1=82=D1=8F=D1=80=D1=91=D0=B2=20=D0=95?= =?UTF-8?q?=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=90=D1=80=D1=82=D1=83?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Thu, 26 May 2016 07:37:33 +0600 Subject: [PATCH] added new lines in tasks/elasticsearch-Debian.yml and tasks/elasticsearch-RedHat.yml --- tasks/elasticsearch-Debian.yml | 2 +- tasks/elasticsearch-RedHat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/elasticsearch-Debian.yml b/tasks/elasticsearch-Debian.yml index 6e71bec..4311abb 100644 --- a/tasks/elasticsearch-Debian.yml +++ b/tasks/elasticsearch-Debian.yml @@ -19,4 +19,4 @@ - name: Debian - Ensure elasticsearch is installed from downloaded package apt: deb=/tmp/elasticsearch-{{ es_version }}.deb when: not es_use_repository - register: elasticsearch_install_from_package \ No newline at end of file + register: elasticsearch_install_from_package diff --git a/tasks/elasticsearch-RedHat.yml b/tasks/elasticsearch-RedHat.yml index eab5f09..0de8e71 100644 --- a/tasks/elasticsearch-RedHat.yml +++ b/tasks/elasticsearch-RedHat.yml @@ -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 \ No newline at end of file + register: elasticsearch_install_from_package