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

20 lines
298 B
YAML
Raw Permalink Normal View History

2018-10-12 22:44:28 +02:00
---
- import_tasks: python.yml
tags:
- prog:python
- import_tasks: go.yml
tags:
- prog:go
2018-10-28 10:48:47 +01:00
- import_tasks: c.yml
tags:
- prog:c
2018-11-29 17:52:15 +01:00
- import_tasks: java.yml
tags:
- prog:java
2019-01-21 17:06:00 +01:00
- import_tasks: rust.yml
tags:
- prog:rust
2019-05-10 22:24:13 +02:00
- import_tasks: haskell.yml
tags:
- prog:haskell