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:
Joshua Boniface 2023-02-23 14:58:19 -05:00
parent 60092d363a
commit 2a1e76f479
1 changed files with 7 additions and 0 deletions

View File

@ -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