From 2534cea4a0dbdaf8ed090e5bc6a237130b04c3b1 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 7 Apr 2023 13:14:34 +0200 Subject: [PATCH] Pin k3s install.sh version --- ansible/roles/assets/tasks/k3s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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