fixed message

This commit is contained in:
2023-07-24 19:11:25 +02:00
parent f17d873346
commit 58e3629bdf

View File

@@ -6,8 +6,8 @@
register: disk_usage
- name: Print disk usage
debug:
msg: '{{ disk_usage.stdout }}'
ansible.builtin.debug:
msg: {{ disk_usage.stdout }}
- name: Send notification
community.general.pushover: