From 5fdad1f5293af18f8c648ceff46f87fa41167bd9 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 24 Aug 2021 19:21:12 +0200 Subject: [PATCH] update the apt cache to install packages --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 5091e1c..bb236df 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,6 +2,7 @@ apt: state: present name: "{{ packages }}" + update_cache: yes - name: "Download Keeweb" get_url: