This commit is contained in:
parent
2534cea4a0
commit
debe80a2a1
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Download K3s install script
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/k3s-io/k3s/blob/{{ platform.k3s.version }}/install.sh
|
||||
url: https://raw.githubusercontent.com/k3s-io/k3s/{{ platform.k3s.version | urlencode }}/install.sh
|
||||
dest: /opt/metacluster/k3s/install.sh
|
||||
owner: root
|
||||
group: root
|
||||
|
Loading…
Reference in New Issue
Block a user