mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Doc: Make documentation link as clickable (#33188)
This fixes URL clickable in slack module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
8679d2e396
commit
0b823e3fe0
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ options:
|
||||||
- 'danger'
|
- 'danger'
|
||||||
attachments:
|
attachments:
|
||||||
description:
|
description:
|
||||||
- Define a list of attachments. This list mirrors the Slack JSON API. For more information, see https://api.slack.com/docs/attachments
|
- Define a list of attachments. This list mirrors the Slack JSON API.
|
||||||
|
- For more information, see also in the (U(https://api.slack.com/docs/attachments)).
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue