hard code arch for now
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user