From c82b5eec5ad0ee61a4a227ddfc7631d3e9a7f494 Mon Sep 17 00:00:00 2001 From: Prof Hase Date: Tue, 17 Aug 2021 11:12:40 +0200 Subject: [PATCH] Put `update_cache` on Top --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index cb1645b..1cf7019 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -12,6 +12,7 @@ - apt-transport-https - ca-certificates state: present + update_cache: true - name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems). apt: