Adjust booleans in notification modules. (#5157) (#5171)

(cherry picked from commit 35a283918a)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-08-24 20:48:53 +02:00
committed by GitHub
parent f3a2750205
commit fe0a5fd85f
14 changed files with 30 additions and 30 deletions

View File

@@ -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 }}"