Skip to content

Commit

Permalink
Added ess minor release variable
Browse files Browse the repository at this point in the history
  • Loading branch information
euforia committed Sep 3, 2015
1 parent 3d74cab commit 16e6c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# Elasticsearch release and version to install
es_release: "1.6"
es_version: "{{ es_release }}.0"
es_minor_release: "0"
es_version: "{{ es_release }}.{{es_minor_release}}"

# Wait for elasticsearch to be listening for connections before proceeding
# (e.g. after install / restart)
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
author: Aloysius Lim
description: Elasticsearch on Debian (Ubuntu) and Enterprise Linux (RedHat, CentOS) platforms, with full configuration capabilities
description: "Elasticsearch on Debian (Ubuntu) and Enterprise Linux (RedHat, CentOS) platforms, with full configuration capabilities"
company: About People
license: MIT
min_ansible_version: 1.2
Expand Down

0 comments on commit 16e6c91

Please sign in to comment.