From c6be9958610c2b1c152ab86faf48bc5d6eb31fe4 Mon Sep 17 00:00:00 2001 From: Alex-Devera Date: Mon, 16 Dec 2024 16:49:20 +0300 Subject: [PATCH] w --- update-upgrade.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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