Skip to content

Commit

Permalink
Use v0.0.4 in ansible playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Apr 11, 2019
1 parent 60302f6 commit 6f62367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/hkcam/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
hkcam_version: 'v0.0.3'
hkcam_version: 'v0.0.4'
hkcam_download_file_name: hkcam-{{ hkcam_version }}_linux_armhf.tar.gz
hkcam_download_url: https://github.com/brutella/hkcam/releases/download/{{ hkcam_version }}/{{ hkcam_download_file_name }}
hkcam_download_dir: /tmp
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/hkcam/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: Download {{ hkcam_download_url }} to {{ hkcam_download_dest }}
copy:
src: /Users/mah/Source/Code/Go/src/github.com/brutella/hkcam/hkcam-v0.0.3_linux_armhf.tar.gz
src: /Users/mah/Source/Code/Go/src/github.com/brutella/hkcam/hkcam-v0.0.4_linux_armhf.tar.gz
dest: "{{ hkcam_download_dir }}"
owner: pi
group: pi
Expand Down

0 comments on commit 6f62367

Please sign in to comment.