From 0c5e5b2395a2cb11e6f4b10962b4f19e8021b36d Mon Sep 17 00:00:00 2001 From: danielHin Date: Fri, 1 Mar 2019 12:52:01 +0100 Subject: [PATCH] * only update cache when older than 60 minutes --- tasks/setup-Debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 5beef26..662284a 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -37,3 +37,5 @@ repo: "{{ docker_apt_repository }}" state: present update_cache: true + cache_valid_time: 3600 +