This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/roles/prog/tasks/rust.yml

7 lines
75 B
YAML

---
- name: install rust
apt:
name:
- rustc
state: present