mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-09 01:39:10 -07:00
Adjust booleans in notification modules. (#5157)
This commit is contained in:
parent
1b480e9f37
commit
35a283918a
14 changed files with 30 additions and 30 deletions
|
@ -25,13 +25,13 @@ options:
|
|||
description:
|
||||
- The webhook ID.
|
||||
- "Format from Discord webhook URL: C(/webhooks/{webhook.id}/{webhook.token})."
|
||||
required: yes
|
||||
required: true
|
||||
type: str
|
||||
webhook_token:
|
||||
description:
|
||||
- The webhook token.
|
||||
- "Format from Discord webhook URL: C(/webhooks/{webhook.id}/{webhook.token})."
|
||||
required: yes
|
||||
required: true
|
||||
type: str
|
||||
content:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue