v.1.6.2 df_hT

This commit is contained in:
2026-03-28 18:33:39 +01:00
parent f91399bac0
commit 335daf660c
3 changed files with 2 additions and 2 deletions

11
df_hT.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Simple Disk Usage Check
hosts: all
tasks:
- name: Run df -hT command
shell: df -hT | grep '^/dev/'
register: result
- name: Show output
debug:
var: result.stdout_lines