From 40354757db45bc519282f410976b20cfc463f184 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sat, 29 Aug 2015 19:26:22 +0200 Subject: Use update-cache instead of running apt-get update manually --- roles/common/tasks/main.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'roles/common/tasks') diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index e39e0c2..3bcffb7 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -1,7 +1,4 @@ --- -- 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