From 25e4c2e8f8a3f6b7fe3971482842607f45919157 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 16 Aug 2021 16:45:40 -0400 Subject: [PATCH] change stern release to maintained project --- cloud-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-tools.yml b/cloud-tools.yml index f02e67c..4bc1f74 100644 --- a/cloud-tools.yml +++ b/cloud-tools.yml @@ -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"