Skip to content

Commit

Permalink
Update remote tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Apr 25, 2017
1 parent 97328aa commit c012ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,7 @@
- Back to local_action for the download and unzip tasks
- Already using grep, so let's just awk for the SHA and then register it
- Add remote install capability (thanks @bilke)

## v1.5.6

- Update remote tasks
2 changes: 0 additions & 2 deletions tasks/install_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
- name: Check Vault package checksum file
stat:
path: "/tmp/vault/vault_{{ vault_version }}_SHA256SUMS"
run_once: true
register: vault_checksum

- name: Get Vault package checksum file
get_url:
url: "{{ vault_checksum_file_url }}"
dest: "/tmp/vault/vault_{{ vault_version }}_SHA256SUMS"
run_once: true
tags: installation
when: vault_checksum.stat.exists == False

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.5
v1.5.6

0 comments on commit c012ffb

Please sign in to comment.