Force all when updating PVC packages

Avoids the overwrite issue in <0.9.83 to 0.9.83.
This commit is contained in:
Joshua Boniface 2023-12-10 00:04:02 -05:00
parent c488b04939
commit 54c9313668
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
- pvc-daemon-health - pvc-daemon-health
- pvc-daemon-worker - pvc-daemon-worker
state: latest state: latest
dpkg_options: "force-all"
register: packages register: packages
- name: clean apt archives - name: clean apt archives