Update roles/proxmox_upgrade/tasks/drain.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user