classroom/roles/xgboost/tasks/main_lin.yml
2025-08-15 23:04:26 +02:00

6 lines
84 B
YAML

- name: Install xgboost
apt:
name:
- python3-xgboost
state: latest