From c85005f78221516b4a8110d8de7de39b8a3bead8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Always perform the apt-update --- roles/base/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 6e521c2..e38beda 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -80,7 +80,6 @@ - name: apt update apt: update-cache: yes - when: newhost is defined and newhost - name: aptitude safe upgrade with autoremove apt: