ansible-role-k3s/tasks/validate/main.yml

11 lines
331 B
YAML
Raw Normal View History

---
- import_tasks: check-variables.yml
- import_tasks: check-experimental-variables.yml
- import_tasks: check-unsupported-rootless.yml
when: k3s_non_root is defined
and k3s_non_root
and k3s_use_unsupported_config
- import_tasks: check-master-count.yml
when: k3s_build_cluster is defined and k3s_build_cluster