mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-26 00:22:36 +01:00
Add support for ubuntu
This commit is contained in:
@@ -22,8 +22,11 @@
|
||||
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 == "aarch64"
|
||||
|
||||
- name: Download k3s binary armhf
|
||||
get_url:
|
||||
|
||||
Reference in New Issue
Block a user