mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-05 09:17:36 +01:00
7 lines
153 B
YAML
7 lines
153 B
YAML
---
|
|
|
|
- import_tasks: build/get-version.yml
|
|
when: k3s_release_version is not defined or not k3s_release_version
|
|
|
|
- import_tasks: build/download-k3s.yml
|