From 0b814c6d619ba08237485c19aa78ceb33c18c541 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 10 Jun 2022 13:31:01 +0200 Subject: [PATCH] Run apt-update before installing things --- tasks/essentials-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/essentials-Debian.yml b/tasks/essentials-Debian.yml index d15f484..469eb2f 100644 --- a/tasks/essentials-Debian.yml +++ b/tasks/essentials-Debian.yml @@ -6,6 +6,7 @@ ansible.builtin.apt: name: "{{ packages }}" state: present + update_cache: yes vars: packages: - git