5
This commit is contained in:
parent
37d9a6d9c8
commit
2c8b3bc840
1 changed files with 10 additions and 9 deletions
|
@ -10,13 +10,14 @@
|
|||
- name: Upgrade all packages to the latest version
|
||||
apt:
|
||||
upgrade: dist
|
||||
|
||||
|
||||
- name: Send notify to Telegram
|
||||
community.general.telegram:
|
||||
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
||||
data:
|
||||
chat_id: 222227130
|
||||
parse_mode: "Markdown"
|
||||
text: "Your precious application has been deployed: https://example.com"
|
||||
disable_web_page_preview: true
|
||||
disable_notification: true
|
||||
community.general.telegram:
|
||||
token: '5909855740:AAGLftkWmQl0U7eEAGM'
|
||||
api_method: "sendMessage"
|
||||
api_args:
|
||||
chat_id: 222227130
|
||||
parse_mode: "Markdown"
|
||||
text: "Your precious application has been deployed: https://example.com"
|
||||
disable_web_page_preview: true
|
||||
disable_notification: true
|
Loading…
Reference in a new issue