This commit is contained in:
parent
a94b87e67a
commit
d203fcb2ca
@ -9,12 +9,12 @@
|
|||||||
- name: pingu!
|
- name: pingu!
|
||||||
ansible.builtin.ping:
|
ansible.builtin.ping:
|
||||||
|
|
||||||
- name: Send notify to Telegram
|
# - name: Send notify to Telegram
|
||||||
community.general.telegram:
|
# community.general.telegram:
|
||||||
token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
|
# token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
|
||||||
api_args:
|
# api_args:
|
||||||
chat_id: -4023350326
|
# chat_id: -4023350326
|
||||||
parse_mode: "markdown"
|
# parse_mode: "markdown"
|
||||||
text: "Your precious application has been deployed: https://example.com"
|
# 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 New Issue
Block a user