mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
6 lines
153 B
YAML
6 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
|