Add forced upgrade of vhostmd

This commit is contained in:
Joshua Boniface 2023-12-26 01:08:53 -05:00
parent fc1556c16c
commit aa6488854a
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@
#!/bin/sh #!/bin/sh
exit 101 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 - name: aptitude full upgrade and cleanup
apt: apt:
update_cache: yes update_cache: yes