change stern release to maintained project
parent
d9583ee4e0
commit
25e4c2e8f8
|
@ -82,7 +82,7 @@
|
|||
|
||||
- name: install newest stern linux
|
||||
when: ansible_facts['system']|lower == 'linux'
|
||||
shell: curl -Lo ~/.local/bin/stern $(curl -L https://api.github.com/repos/wercker/stern/releases/latest | jq -r '.assets[] | select(.name == "stern_linux_amd64") | .browser_download_url') && chmod 755 ~/.local/bin/stern
|
||||
shell: curl -Lo ~/.local/bin/stern $(curl -L https://api.github.com/repos/stern/stern/releases/latest | jq -r '.assets[] | select(.name == "stern_linux_amd64") | .browser_download_url') && chmod 755 ~/.local/bin/stern
|
||||
args:
|
||||
warn: False
|
||||
creates: "{{ ansible_env.HOME }}/.local/bin/stern"
|
||||
|
|
Reference in New Issue