From da344c465e629810bdc3ef36f4566251700c7f0c Mon Sep 17 00:00:00 2001 From: danielHin Date: Mon, 28 Jan 2019 15:02:25 +0100 Subject: [PATCH] * Update apt-cache before installing missing docker dependencies --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 23a49ae..5beef26 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: Add Docker apt key. apt_key: