mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
229 B
YAML
6 lines
229 B
YAML
- name: Grab {{ item.repo }} latest binaries
|
|
unarchive:
|
|
src: "https://github.com/{{ item.user }}/{{ item.repo }}/releases/download/{{ repo_latest['tag'] }}/{{ item.name }}"
|
|
dest: /usr/local/bin
|
|
remote_src: true
|