added apt-get update to common

This commit is contained in:
Frederik Wille 2015-09-25 22:28:09 +02:00
parent a04ad58543
commit cf0b254d4e

View file

@ -1,4 +1,7 @@
---
- name: run apt-get update
apt: update_cache=yes
- name: install common packages
apt: name={{ item }} state=latest
with_items: