diff --git a/ansible/roles/assets/tasks/k3s.yml b/ansible/roles/assets/tasks/k3s.yml index 5da958f..abe1f12 100644 --- a/ansible/roles/assets/tasks/k3s.yml +++ b/ansible/roles/assets/tasks/k3s.yml @@ -21,7 +21,7 @@ - name: Download K3s install script ansible.builtin.get_url: - url: https://get.k3s.io + url: https://github.com/k3s-io/k3s/blob/{{ platform.k3s.version }}/install.sh dest: /opt/metacluster/k3s/install.sh owner: root group: root