mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-09 23:13:30 +01:00
Update main.yml
This commit is contained in:
parent
ea413afa3a
commit
33a18bb517
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ k3s_arch_lookup:
|
|||
k3s_release_channel: stable
|
||||
|
||||
# K3s updates API
|
||||
k3s_api_releases: https://update.k3s.io/v1-release/channels
|
||||
k3s_api_releases: "{{ k3s_api_url }}/v1-release/channels"
|
||||
# Download location for releases
|
||||
k3s_github_download_url: "{{ k3s_github_url }}/releases/download"
|
||||
|
||||
|
|
Loading…
Reference in a new issue