Adds support for multiple architectures to yq (#9288)

This commit is contained in:
ErmalKristo 2022-09-19 11:14:38 +02:00 committed by GitHub
parent 7da3dbcb39
commit b8b8b82ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
- name: Kubernetes Apps | Install yq
become: yes
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"
mode: '0755'