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/xinetd/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/xinetd') diff --git a/roles/xinetd/tasks/main.yaml b/roles/xinetd/tasks/main.yaml index 44a7678..c493aa6 100644 --- a/roles/xinetd/tasks/main.yaml +++ b/roles/xinetd/tasks/main.yaml @@ -1,3 +1,3 @@ # Setup Xinetd - name: Install Xinetd - apt: name=xinetd state=present + apt: name=xinetd state=present update_cache=yes -- cgit v1.2.1