classroom/roles/xgboost/tasks/main_lin.yml

8 lines
100 B
YAML

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