From cf0b254d4e6634368511ec86b916cc51399f209b Mon Sep 17 00:00:00 2001 From: Frederik Wille Date: Fri, 25 Sep 2015 22:28:09 +0200 Subject: [PATCH] added apt-get update to common --- roles/common/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 1ca9013..696df24 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,4 +1,7 @@ --- +- name: run apt-get update + apt: update_cache=yes + - name: install common packages apt: name={{ item }} state=latest with_items: