Skip to content
Snippets Groups Projects
Unverified Commit b8b8b82f authored by ErmalKristo's avatar ErmalKristo Committed by GitHub
Browse files

Adds support for multiple architectures to yq (#9288)

parent 7da3dbcb
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment