diff --git a/update-upgrade.yml b/update-upgrade.yml index 78242a1..03c7b92 100644 --- a/update-upgrade.yml +++ b/update-upgrade.yml @@ -14,4 +14,8 @@ - name: Remove unnecessary packages apt: autoremove: yes - autoclean: yes \ No newline at end of file + autoclean: yes + + - name: tg-alert + ansible.builtin.url: + utl: https://api.telegram.org/bot$BotID/sendMessage?chat_id=$ChatID&text=$ChatText \ No newline at end of file