From aa6488854aa88492ff6bb6a0977c9fd650911a92 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 26 Dec 2023 01:08:53 -0500 Subject: [PATCH] Add forced upgrade of vhostmd --- oneshot/update-pvc-cluster.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oneshot/update-pvc-cluster.yml b/oneshot/update-pvc-cluster.yml index 804b933..65b4c17 100644 --- a/oneshot/update-pvc-cluster.yml +++ b/oneshot/update-pvc-cluster.yml @@ -27,6 +27,13 @@ content: | #!/bin/sh exit 101 + + - name: upgrade vhostmd (forced due to bugs) + apt: + update_cache: yes + name: vhostmd + state: latest + dpkg_options: "force-confnew" - name: aptitude full upgrade and cleanup apt: