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