added hostname
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
- name: Send notification
|
||||
community.general.pushover:
|
||||
title: 'Disk Space Warning'
|
||||
msg: 'Disk usage is {{ disk_usage.stdout }}!'
|
||||
title: 'Disk Space Warning!'
|
||||
msg: 'Disk usage from {{inventory_hostname}} is {{ disk_usage.stdout }}'
|
||||
app_token: '{{ app_token }}'
|
||||
user_key: '{{ user_key }}'
|
||||
delegate_to: localhost
|
||||
|
||||
Reference in New Issue
Block a user