fixed message
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
- name: Print disk usage
|
- name: Print disk usage
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: {{ disk_usage.stdout }}
|
msg: "{{ disk_usage.stdout }}"
|
||||||
|
|
||||||
- name: Send notification
|
- name: Send notification
|
||||||
community.general.pushover:
|
community.general.pushover:
|
||||||
|
|||||||
Reference in New Issue
Block a user