From e1d3e2d57f6ae68f45b38bbbd36807724d18d973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Iwan?= Date: Tue, 6 Oct 2020 13:56:06 +0200 Subject: [PATCH] Update APT cache before installing the dependencies --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index d701135..fe30193 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -12,6 +12,7 @@ - apt-transport-https - ca-certificates - gnupg2 + update_cache: yes state: present - name: Add Docker apt key.