This commit is contained in:
Alex Devera 2025-02-25 10:32:43 +03:00
parent 37d9a6d9c8
commit 2c8b3bc840

View file

@ -10,13 +10,14 @@
- name: Upgrade all packages to the latest version - name: Upgrade all packages to the latest version
apt: apt:
upgrade: dist upgrade: dist
- name: Send notify to Telegram - name: Send notify to Telegram
community.general.telegram: community.general.telegram:
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM' token: '5909855740:AAGLftkWmQl0U7eEAGM'
data: api_method: "sendMessage"
chat_id: 222227130 api_args:
parse_mode: "Markdown" chat_id: 222227130
text: "Your precious application has been deployed: https://example.com" parse_mode: "Markdown"
disable_web_page_preview: true text: "Your precious application has been deployed: https://example.com"
disable_notification: true disable_web_page_preview: true
disable_notification: true