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: