ansible-config/roles/common/tasks/main.yml

10 lines
168 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- include: wget.yml
- include: curl.yml
- include: zsh.yml
- include: git.yml
- include: nano.yml
- include: python.yml
- include: mosh.yml
2015-08-30 01:12:17 +02:00
- include: aptitude.yml