From 7a8187cbf431e41ba4001b12e4774f316235f676 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 31 Jan 2022 16:44:34 +0100 Subject: [PATCH] update debian repos before update --- tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index ed6957b..bbe0b6e 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -1,5 +1,9 @@ --- +- import_role: + name: common + tasks_from: debian_repos + - name: update apt cache apt: update_cache: true