fixed command

This commit is contained in:
2023-07-22 21:35:18 +02:00
parent a3c6a1a249
commit 828f23d7d3

View File

@@ -2,7 +2,7 @@
tasks:
- name: Get disk usage
command: df -h / | awk 'NR==2 {print $5}'
shell: df -h / | awk 'NR==2 {print $5}'
register: disk_usage
- name: Send notification