diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 8d11f03..7df9589 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -2,6 +2,7 @@ - name: Ensure apt cache is up to date apt: update_cache: yes + cache_valid_time: "{{ 48 * 60 * 60 }}" # consider the cache to be valid within 48 hours become: true - name: Install development packages necessary for building Python