From b61b6db5f8c56dc7bec34d5590ac7fc60b00d913 Mon Sep 17 00:00:00 2001 From: Artyom Miroshnik Date: Thu, 20 Nov 2014 22:22:46 +0200 Subject: [PATCH] Avoid expired caches --- tasks/setup-Debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index c62fa88..d7c2b18 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -1,4 +1,7 @@ --- +- name: Run "apt-get update" to get rid of expired cache. + apt: update_cache=yes + - name: Ensure PHP packages are installed. apt: name: "{{ item }}"