[prog:rust] add

master
Simon Bruder 2019-01-21 16:06:00 +00:00
parent 6012477e61
commit 0b357fabf7
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 9 additions and 0 deletions

View File

@ -11,3 +11,6 @@
- import_tasks: java.yml
tags:
- prog:java
- import_tasks: rust.yml
tags:
- prog:rust

View File

@ -0,0 +1,6 @@
---
- name: install rust
apt:
name:
- rustc
state: present