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

13 lines
178 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- name: install common packages
apt: name={{ item }} state=latest
with_items:
- aptitude
- curl
- git
- mosh
- nano
- python
- wget
- zsh