From afd1c3e576d20ec68fc87f640e0a2114b203191d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 3 Oct 2021 20:09:48 +0300 Subject: apt: run apt-get update --- roles/apt/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles') diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml index d956b68..5a33688 100644 --- a/roles/apt/tasks/main.yml +++ b/roles/apt/tasks/main.yml @@ -9,6 +9,7 @@ block: - name: Upgrade packages apt: + update_cache: yes upgrade: full notify: reboot -- cgit v1.2.3