From 87acd22f36cd9c704b10ec4e28dc2105c8d0eac7 Mon Sep 17 00:00:00 2001 From: denis <23164223+unleftie@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:54:46 +0000 Subject: [PATCH] Update setup-Debian.yml to prevent an error at the newly created instance --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index e0d7037..c725144 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -11,6 +11,7 @@ name: - apt-transport-https - ca-certificates + update_cache: true state: present - name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems).