Add forced upgrade of vhostmd
This commit is contained in:
parent
fc1556c16c
commit
aa6488854a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue