dotfiles/playbooks/roles/common/tasks/rust.yml
Anthony S Cicchetti 61389ba3c6 Added rustup
2018-11-12 19:15:40 -05:00

6 lines
102 B
YAML

---
- name: Install Rust
shell: curl https://sh.rustup.rs -sSf | sh
args:
creates: ~/.cargo