wrong indentation

This commit is contained in:
Aritra Dalal
2026-04-20 17:13:33 +01:00
parent a89bb06e1f
commit dd076b815b

View File

@@ -9,6 +9,6 @@
Mount: {{ item.mount }} |
Size Total: {{ (item.size_total / 1024 / 1024 / 1024) | round(2) }} GB |
Size Available: {{ (item.size_available / 1024 / 1024/ 1204) | round(2) }} GB
loop: "{{ ansible_mounts }}"
loop_control:
label: "{{ item.mount }}"
loop: "{{ ansible_mounts }}"
loop_control:
label: "{{ item.mount }}"