From da338f6b522864cd8d0c81614460bf3394ed67c3 Mon Sep 17 00:00:00 2001 From: Volodymyr Pochtar Date: Tue, 10 Sep 2024 16:54:32 +0300 Subject: [PATCH] update apt cache on Debian setup --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 41f17f9..132bac5 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -3,3 +3,4 @@ apt: name: "{{ redis_package }}" state: present + update_cache: yes