mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
(cherry picked from commit 35a283918a
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f3a2750205
commit
fe0a5fd85f
14 changed files with 30 additions and 30 deletions
|
@ -28,8 +28,8 @@ options:
|
|||
- Message to send.
|
||||
markdown:
|
||||
description:
|
||||
- If C(yes), text will be parsed as markdown.
|
||||
default: 'yes'
|
||||
- If C(true), text will be parsed as markdown.
|
||||
default: true
|
||||
type: bool
|
||||
channel:
|
||||
type: str
|
||||
|
@ -58,7 +58,7 @@ EXAMPLES = """
|
|||
url: |
|
||||
https://hook.bearychat.com/=ae2CF/incoming/e61bd5c57b164e04b11ac02e66f47f60
|
||||
text: "{{ inventory_hostname }} completed"
|
||||
markdown: no
|
||||
markdown: false
|
||||
channel: "#ansible"
|
||||
attachments:
|
||||
- title: "Ansible on {{ inventory_hostname }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue