kubekey/builtin/capkk/roles/precheck/env_check/tasks/main.yaml
liujian 86ff6371b6
Uninstall docker interface (#2478)
Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2025-03-05 18:55:12 +08:00

13 lines
173 B
YAML

---
- include_tasks: kubernetes.yaml
- include_tasks: os.yaml
tags: ["os"]
- include_tasks: network.yaml
tags: ["network"]
- include_tasks: cri.yaml
tags: ["cri"]