classroom/roles/winroom/tasks/xgboost.yml
2023-09-12 14:14:11 +02:00

8 lines
100 B
YAML

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