forked from rc/classroom
Added initial packages
This commit is contained in:
parent
43abbf2093
commit
ed09d8d86c
15 changed files with 72 additions and 0 deletions
7
roles/rust/tasks/main_lin.yml
Normal file
7
roles/rust/tasks/main_lin.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: Install rust tools
|
||||
apt:
|
||||
name:
|
||||
- rustc
|
||||
- cargo
|
||||
- rustfmt
|
||||
state: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue