Update roles/proxmox_upgrade/tasks/drain.yml

This commit is contained in:
2026-03-14 15:55:16 -07:00
parent ad653e3515
commit a86fb506fe

View File

@@ -49,8 +49,8 @@
ansible.builtin.debug: ansible.builtin.debug:
msg: >- msg: >-
Guests on {{ current_node }}: Guests on {{ current_node }}:
total={{ node_guests.proxmox_vms | length }}
vmids={{ node_guests.proxmox_vms | map(attribute='vmid') | list }} vmids={{ node_guests.proxmox_vms | map(attribute='vmid') | list }}
first_vm_keys={{ node_guests.proxmox_vms | first | list }}
delegate_to: localhost delegate_to: localhost
- name: "Drain | Build KVM migration list" - name: "Drain | Build KVM migration list"