mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
7 lines
225 B
YAML
7 lines
225 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
|