hard code arch for now

This commit is contained in:
2026-04-17 17:51:15 -06:00
parent d4661682b5
commit 108a5afa1e

View File

@@ -1,7 +1,7 @@
- name: Download and verify the netbird archive - name: Download and verify the netbird archive
get_url: get_url:
url: "https://github.com/netbirdio/netbird/releases/download/v{{ netbird_version }}/netbird_{{ netbird_version }}_linux_{{ ansible_facts['architecture'] }}.tar.gz" url: "https://github.com/netbirdio/netbird/releases/download/v{{ netbird_version }}/netbird_{{ netbird_version }}_linux_arm64.tar.gz"
dest: "/tmp/netbird-{{ netbird_version }}.linux-amd64.tar.gz" dest: "/tmp/netbird-{{ netbird_version }}.linux-arm64.tar.gz"
checksum: "sha256:{{ netbird_sha256 }}" checksum: "sha256:{{ netbird_sha256 }}"
register: download_result register: download_result