Fix image downloading for Raspbian64

This commit is contained in:
David Putzolu 2020-05-30 09:54:34 -07:00
parent 6534ecaa83
commit 3911f28d2a

View File

@ -22,8 +22,9 @@
group: root
mode: 0755
when:
- ansible_facts.architecture is search("arm")
- ansible_facts.userspace_bits == "64"
- ( ansible_facts.architecture is search("arm") and
ansible_facts.userspace_bits == "64" ) or
ansible_facts.architecture is search("aarch64")
- name: Download k3s binary armhf
get_url: