Split upgrade stage and add dpkg cleanup
Avoid problems if one or more nodes are upgrading libvirt/QEMU and live migrations fail.
This commit is contained in:
parent
7a0c596281
commit
2c63500011
|
@ -48,6 +48,13 @@
|
|||
state: "absent"
|
||||
force: "yes"
|
||||
|
||||
- hosts: all
|
||||
remote_user: deploy
|
||||
become: yes
|
||||
become_user: root
|
||||
gather_facts: yes
|
||||
serial: 1
|
||||
tasks:
|
||||
- name: check freshness
|
||||
command: /usr/sbin/needrestart -p
|
||||
register: freshness
|
||||
|
|
Loading…
Reference in New Issue