mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
14 lines
361 B
YAML
14 lines
361 B
YAML
---
|
|
|
|
- import_tasks: check-variables.yml
|
|
|
|
- import_tasks: check-experimental-variables.yml
|
|
|
|
- import_tasks: check-unsupported-rootless.yml
|
|
when: ("rootless" in k3s_runtime_config)
|
|
and k3s_runtime_config.rootless
|
|
and k3s_use_unsupported_config
|
|
|
|
- import_tasks: check-control-count.yml
|
|
when: k3s_build_cluster is defined and k3s_build_cluster
|