summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/bearychat.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/bearychat.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/bearychat.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible_collections/community/general/plugins/modules/bearychat.py b/ansible_collections/community/general/plugins/modules/bearychat.py
index 28f1f8fcd..f52737fac 100644
--- a/ansible_collections/community/general/plugins/modules/bearychat.py
+++ b/ansible_collections/community/general/plugins/modules/bearychat.py
@@ -27,7 +27,7 @@ options:
description:
- BearyChat WebHook URL. This authenticates you to the bearychat
service. It looks like
- C(https://hook.bearychat.com/=ae2CF/incoming/e61bd5c57b164e04b11ac02e66f47f60).
+ V(https://hook.bearychat.com/=ae2CF/incoming/e61bd5c57b164e04b11ac02e66f47f60).
required: true
text:
type: str
@@ -35,14 +35,14 @@ options:
- Message to send.
markdown:
description:
- - If C(true), text will be parsed as markdown.
+ - If V(true), text will be parsed as markdown.
default: true
type: bool
channel:
type: str
description:
- Channel to send the message to. If absent, the message goes to the
- default channel selected by the I(url).
+ default channel selected by the O(url).
attachments:
type: list
elements: dict