[prog:rust] add
This commit is contained in:
parent
6012477e61
commit
0b357fabf7
|
@ -11,3 +11,6 @@
|
||||||
- import_tasks: java.yml
|
- import_tasks: java.yml
|
||||||
tags:
|
tags:
|
||||||
- prog:java
|
- prog:java
|
||||||
|
- import_tasks: rust.yml
|
||||||
|
tags:
|
||||||
|
- prog:rust
|
||||||
|
|
6
roles/prog/tasks/rust.yml
Normal file
6
roles/prog/tasks/rust.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: install rust
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- rustc
|
||||||
|
state: present
|
Reference in a new issue