ansible-role-k3s/tasks/state-downloaded.yml
Curtis John e88f3bb056
feat(airgap): init airgap feature
airgap installs allow users to deploy k3s in a situation where the server is not internet connected
and therefore unable to download anything externally
2021-12-14 17:16:19 -05:00

10 lines
233 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
when: not k3s_airgap
- import_tasks: build/airgap-k3s.yml
when: k3s_airgap