From ad4d0b38f8a7c2b4fcaadc856043f3c1b26ec46d Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 21 Jun 2020 16:09:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20updating=20the=20apt=20change=20?= =?UTF-8?q?does=20not=20change=20anything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 315a5d1..114707a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,3 +16,4 @@ - name: update apt cache apt: update_cache=yes + changed_when: false