Skip to content

Commit

Permalink
remove the math, does that give us a single number?
Browse files Browse the repository at this point in the history
  • Loading branch information
acozine committed Sep 4, 2024
1 parent f4d79a7 commit 5ce5c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/utils/vSphere_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 5ce5c04

Please sign in to comment.