diff --git a/playbooks/utils/vSphere_audit.yml b/playbooks/utils/vSphere_audit.yml index c6c65334e5..8a7cfaf2bb 100644 --- a/playbooks/utils/vSphere_audit.yml +++ b/playbooks/utils/vSphere_audit.yml @@ -130,7 +130,7 @@ - name: Try ESXI memory stats with mapping ansible.builtin.debug: - msg: The VMs on {{ item.0 }} are using {{ item.1 | int * 104576 | human_readable }} + msg: The VMs on {{ item.0 }} are using {{ item.1 | int | human_readable }} with_together: - "{{ esxi_memory_for_all_vms | map(attribute='ESXI_host') | list }}" - "{{ esxi_memory_for_all_vms | map(attribute='Sum_of_vm_mmory_in_MB') | list }}"