fixed push notify

This commit is contained in:
2023-07-22 20:57:41 +02:00
parent fb7eb61de8
commit df1abd6936

View File

@@ -6,10 +6,10 @@
upgrade: yes upgrade: yes
update_cache: yes update_cache: yes
- name: Send notifications - name: Send notifications
community.general.pushover: community.general.pushover:
title: 'APT Updates' title: 'APT Updates'
msg: '{{ testvar }} has been lost somewhere' msg: '{{ testvar }} has been lost somewhere'
app_token: '{{ app_token }}' app_token: '{{ app_token }}'
user_key: '{{ user_key }}' user_key: '{{ user_key }}'
delegate_to: localhost delegate_to: localhost