feat(ubuntu): finished up ubuntu desktop setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
5
roles/setup/tasks/rust.yml
Normal file
5
roles/setup/tasks/rust.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install Rust (via rustup)
|
||||
ansible.builtin.shell: yes | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"
|
||||
Reference in New Issue
Block a user