Update roles/proxmox_upgrade/tasks/drain.yml

This commit is contained in:
2026-03-14 15:48:55 -07:00
parent ef3b231503
commit cd34014dcc

View File

@@ -47,7 +47,10 @@
- name: "Drain | Log raw guest data (for debugging)"
ansible.builtin.debug:
msg: "Guests on {{ current_node }}: {{ node_guests.proxmox_vms | map(attribute='vmid') | list }} — tags sample: {{ node_guests.proxmox_vms | map(attribute='tags') | list }}"
msg: >-
Guests on {{ current_node }}:
vmids={{ node_guests.proxmox_vms | map(attribute='vmid') | list }}
first_vm_keys={{ node_guests.proxmox_vms | first | list }}
delegate_to: localhost
- name: "Drain | Build KVM migration list"