From dd076b815bc95eace5afdf04eaa61208281acf2f Mon Sep 17 00:00:00 2001 From: Aritra Dalal Date: Mon, 20 Apr 2026 17:13:33 +0100 Subject: [PATCH] wrong indentation --- disk_space.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/disk_space.yml b/disk_space.yml index 13053e3..b12d80e 100644 --- a/disk_space.yml +++ b/disk_space.yml @@ -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 }}" \ No newline at end of file + loop: "{{ ansible_mounts }}" + loop_control: + label: "{{ item.mount }}" \ No newline at end of file