v.1.6.1 newt-debian --> newt

This commit is contained in:
2026-03-26 09:27:00 +01:00
parent 63b7a52bde
commit f91399bac0
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
- name: Simple Disk Usage Check
hosts: all
tasks:
- name: Run df -h command
- name: Run df -hT command
shell: df -hT | grep '^/dev/'
register: result