upd
This commit is contained in:
parent
bed28bc339
commit
43d20758b9
1 changed files with 8 additions and 8 deletions
|
@ -17,11 +17,11 @@
|
||||||
autoclean: yes
|
autoclean: yes
|
||||||
|
|
||||||
- name: Send notify to Telegram
|
- name: Send notify to Telegram
|
||||||
community.general.telegram:
|
community.general.telegram:
|
||||||
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
||||||
api_args:
|
api_args:
|
||||||
chat_id: 222227130
|
chat_id: 222227130
|
||||||
parse_mode: "markdown"
|
parse_mode: "markdown"
|
||||||
text: "Your precious application has been deployed:"
|
text: "Your precious application has been deployed: https://example.com"
|
||||||
disable_web_page_preview: true
|
disable_web_page_preview: true
|
||||||
disable_notification: true
|
disable_notification: true
|
Loading…
Reference in a new issue