Optimierung: Common Pakete in einem Task installieren

This commit is contained in:
baldo 2015-08-30 18:03:20 +02:00
commit 58ca61e934
9 changed files with 11 additions and 40 deletions

View file

@ -1,9 +1,12 @@
---
- include: wget.yml
- include: curl.yml
- include: zsh.yml
- include: git.yml
- include: nano.yml
- include: python.yml
- include: mosh.yml
- include: aptitude.yml
- name: install common packages
apt: name={{ item }} state=latest
with_items:
- aptitude
- curl
- git
- mosh
- nano
- python
- wget
- zsh