Update roles/proxmox_upgrade/tasks/drain.yml
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
ansible.builtin.debug:
|
||||
msg: >-
|
||||
Guests on {{ current_node }}:
|
||||
total={{ node_guests.proxmox_vms | length }}
|
||||
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