mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 09:51:41 +00:00
(cherry picked from commit 015566fb06)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7229ef4ac4
commit
8595601708
170 changed files with 465 additions and 465 deletions
|
|
@ -54,8 +54,8 @@ EXAMPLES = """
|
|||
chat_id: 000000
|
||||
parse_mode: "markdown"
|
||||
text: "Your precious application has been deployed: https://example.com"
|
||||
disable_web_page_preview: True
|
||||
disable_notification: True
|
||||
disable_web_page_preview: true
|
||||
disable_notification: true
|
||||
|
||||
- name: Forward message to someone
|
||||
community.general.telegram:
|
||||
|
|
@ -64,7 +64,7 @@ EXAMPLES = """
|
|||
api_args:
|
||||
chat_id: 000000
|
||||
from_chat_id: 111111
|
||||
disable_notification: True
|
||||
disable_notification: true
|
||||
message_id: '{{ saved_msg_id }}'
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue