Adds support for multiple architectures to yq (#9288)
This commit is contained in:
parent
7da3dbcb39
commit
b8b8b82ff4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Kubernetes Apps | Install yq
|
- name: Kubernetes Apps | Install yq
|
||||||
become: yes
|
become: yes
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_amd64"
|
url: "https://github.com/mikefarah/yq/releases/download/v4.25.3/yq_linux_{{ host_architecture }}"
|
||||||
dest: "{{ bin_dir }}/yq"
|
dest: "{{ bin_dir }}/yq"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue