mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-05 09:17:36 +01:00
aa1a0a9620
Fixes #21
9 lines
284 B
YAML
9 lines
284 B
YAML
---
|
|
|
|
- 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
|
|
- import_tasks: check-master-count.yml
|
|
when: k3s_build_cluster is defined and k3s_build_cluster
|