From 5fd37d31e5616385b7dea229579a7a2f8e9b2a39 Mon Sep 17 00:00:00 2001 From: mojoaar Date: Thu, 17 Jul 2025 06:42:41 +0000 Subject: [PATCH] Update gather.yml --- gather.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/gather.yml b/gather.yml index 8937b74..063eaee 100644 --- a/gather.yml +++ b/gather.yml @@ -14,9 +14,6 @@ debug: msg: "CPU Architecture: {{ ansible_architecture }}, Total Memory: {{ ansible_memtotal_mb }} MB" - - name: Check disk space - debug: -msg: "Disk Space on /dev/sda: Total={{ (ansible_mounts[0].size_total / 1024 / 1024 / 1024) | round(2) }} GB Available={{ (ansible_mounts[0].size_available / 1024 / 1024 / 1024) }} GB" - name: Check network interface information debug: msg: "IP Address of eth0 is {{ ansible_facts['eth0']['ipv4']['address'] }}" \ No newline at end of file