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/subdap/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/subdap') diff --git a/roles/subdap/tasks/main.yaml b/roles/subdap/tasks/main.yaml index 6375e6e..4d79aa1 100644 --- a/roles/subdap/tasks/main.yaml +++ b/roles/subdap/tasks/main.yaml @@ -1,5 +1,5 @@ --- -- apt: name={{ item }} state=present +- apt: name={{ item }} state=present update_cache=yes with_items: - git - python-ldap -- cgit v1.2.1