fix: add local registry cache for rebuilds
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
or (k3s_version != 'latest' and k3s_version not in (installed_k3s_version.stdout | default('')))
|
||||
}}
|
||||
|
||||
- name: Configure k3s registry mirrors
|
||||
import_role:
|
||||
name: k3s-registry-mirror
|
||||
|
||||
- name: Download k3s install script
|
||||
get_url:
|
||||
url: https://get.k3s.io
|
||||
|
||||
Reference in New Issue
Block a user