From bed28bc33966b1544281d94e85e370f7524e6e35 Mon Sep 17 00:00:00 2001 From: Alex-Devera Date: Tue, 24 Dec 2024 14:41:17 +0300 Subject: [PATCH] update --- update-upgrade.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/update-upgrade.yml b/update-upgrade.yml index 03c7b92..de1ed9e 100644 --- a/update-upgrade.yml +++ b/update-upgrade.yml @@ -16,6 +16,12 @@ autoremove: yes 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 + - name: Send notify to Telegram + community.general.telegram: + token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM' + api_args: + chat_id: 222227130 + parse_mode: "markdown" + text: "Your precious application has been deployed:" + disable_web_page_preview: true + disable_notification: true \ No newline at end of file