From 037b2539fdd6de92cdf9f0846476393af3590dd8 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 25 Aug 2015 22:06:38 +0200 Subject: Make the wiki work --- roles/common/tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/tasks') diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index 3bcffb7..e39e0c2 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -1,4 +1,7 @@ --- +- name: Ensure apt is recent + shell: apt-get update + # General setup for my hosts - name: Install common packages apt: name={{ item }} state=present -- cgit v1.2.1