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/cgit/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/cgit/tasks') diff --git a/roles/cgit/tasks/main.yaml b/roles/cgit/tasks/main.yaml index cc18696..971599c 100644 --- a/roles/cgit/tasks/main.yaml +++ b/roles/cgit/tasks/main.yaml @@ -1,6 +1,6 @@ --- - name: Install cgit package and depencies - apt: name={{item}} state=present + apt: name={{item}} state=present update_cache=yes with_items: - cgit - highlight -- cgit v1.2.1