1204 -> 1024
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
msg: >
|
msg: >
|
||||||
Mount: {{ item.mount }} |
|
Mount: {{ item.mount }} |
|
||||||
Size Total: {{ (item.size_total / 1024 / 1024 / 1024) | round(2) }} GB |
|
Size Total: {{ (item.size_total / 1024 / 1024 / 1024) | round(2) }} GB |
|
||||||
Size Available: {{ (item.size_available / 1024 / 1024/ 1204) | round(2) }} GB
|
Size Available: {{ (item.size_available / 1024 / 1024/ 1024) | round(2) }} GB
|
||||||
loop: "{{ ansible_mounts }}"
|
loop: "{{ ansible_mounts }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.mount }}"
|
label: "{{ item.mount }}"
|
||||||
Reference in New Issue
Block a user