diff --git a/lib/ansible/modules/notification/slack.py b/lib/ansible/modules/notification/slack.py index 33172ccf45..628da6fdfe 100644 --- a/lib/ansible/modules/notification/slack.py +++ b/lib/ansible/modules/notification/slack.py @@ -114,7 +114,8 @@ options: - 'danger' attachments: 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 default: None """