mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Adds support for multiple architectures to yq (#9288)
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user