Adjust booleans in notification modules. (#5157)

This commit is contained in:
Felix Fontein 2022-08-24 19:59:46 +02:00 committed by GitHub
parent 1b480e9f37
commit 35a283918a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }}"