Add a rust role.

This commit is contained in:
Tom Alexander
2022-10-20 00:57:05 -04:00
parent b1681eebc5
commit 49a8b1b360
8 changed files with 103 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
- name: Install packages
package:
name:
- rustup
- lldb # for lldb-vscode
- musl # for building static binaries
state: present