diff --git a/aptupdates.yml b/aptupdates.yml index 6af3224..ef2f1ef 100644 --- a/aptupdates.yml +++ b/aptupdates.yml @@ -6,10 +6,10 @@ upgrade: yes update_cache: yes -- name: Send notifications - community.general.pushover: - title: 'APT Updates' - msg: '{{ testvar }} has been lost somewhere' - app_token: '{{ app_token }}' - user_key: '{{ user_key }}' - delegate_to: localhost \ No newline at end of file + - name: Send notifications + community.general.pushover: + title: 'APT Updates' + msg: '{{ testvar }} has been lost somewhere' + app_token: '{{ app_token }}' + user_key: '{{ user_key }}' + delegate_to: localhost \ No newline at end of file