Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jan 7, 2017
2 parents fc3969b + b71cfcc commit 79dea68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,8 @@
## v1.7.0

- Consul version 0.7.2

## v1.7.2

- Fix non-working cleanup task
- Update README
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with other software versions, but does work with the following specific
software and versions:

* Ansible: 2.2.0.0
* Consul: 0.7.1
* Consul: 0.7.2
* Debian: 8
* CentOS: 7

Expand All @@ -30,7 +30,7 @@ inventory file (see below):

| Name | Default Value | Description |
| -------------- | ------------- | -----------------------------------|
| `consul_version` | *0.7.1* | Version to install |
| `consul_version` | *0.7.2* | Version to install |
| `consul_zip_url` | `https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip` | Download URL |
| `consul_checksum_file_url` | https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_SHA256SUMS | URL to package SHA256 summaries |
| `consul_bin_path` | `/usr/local/bin` | Binary installation path |
Expand Down
3 changes: 2 additions & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- name: Cleanup
become: no
connection: local
file: "dest={{ role_path }}/files/consul* state=absent"
file: "path={{ item }} state=absent"
with_fileglob: "{{ role_path }}/files/consul*"
run_once: true
tags: installation
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v1.7.0
v1.7.2

0 comments on commit 79dea68

Please sign in to comment.