From 3161708593636b3319428d2082670dc45bc461a2 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Include another upgrade in deb11 playbook Ensures that the system is fully updated after re-enabling the security repository during the base run. --- oneshot/upgrade-pvc-cluster_deb11.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oneshot/upgrade-pvc-cluster_deb11.yml b/oneshot/upgrade-pvc-cluster_deb11.yml index 101852c..e577693 100644 --- a/oneshot/upgrade-pvc-cluster_deb11.yml +++ b/oneshot/upgrade-pvc-cluster_deb11.yml @@ -151,6 +151,13 @@ import_role: name: pvc + - name: aptitude full upgrade and cleanup + apt: + update_cache: yes + autoremove: yes + autoclean: yes + upgrade: full + - name: restart system reboot: post_reboot_delay: 15