classroom/roles/xgboost/tasks/main_lin.yml
2024-06-01 00:49:52 +02:00

7 lines
100 B
YAML

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