2019-12-21 18:11:30 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- import_tasks: check-variables.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2019-12-21 18:11:30 +01:00
|
|
|
- import_tasks: check-experimental-variables.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2019-12-21 18:11:30 +01:00
|
|
|
- import_tasks: check-unsupported-rootless.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
when: ("rootless" in k3s_runtime_config)
|
|
|
|
and k3s_runtime_config.rootless
|
2020-05-30 16:16:20 +02:00
|
|
|
and k3s_use_unsupported_config
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2019-12-21 18:11:30 +01:00
|
|
|
- import_tasks: check-master-count.yml
|
2020-05-16 21:18:10 +02:00
|
|
|
when: k3s_build_cluster is defined and k3s_build_cluster
|