summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredbloodmage <redbloodmage@gmail.com>2016-12-19 06:42:31 -0700
committerJohn R Barker <john@johnrbarker.com>2016-12-19 13:42:31 +0000
commit0568adc272bf901a7de1f1ab500773cf22b7297d (patch)
tree4172b2ce567780aead6dd70c4954cd0a0d80c360
parent8f97ddd98abbad12db0c09df41f5ecb07db1c429 (diff)
downloadansible-0568adc272bf901a7de1f1ab500773cf22b7297d.tar.gz
Added some clarity on the token confusion. (#19473)
-rw-r--r--lib/ansible/modules/notification/slack.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/ansible/modules/notification/slack.py b/lib/ansible/modules/notification/slack.py
index 2b06994291..61f06b736b 100644
--- a/lib/ansible/modules/notification/slack.py
+++ b/lib/ansible/modules/notification/slack.py
@@ -48,7 +48,13 @@ options:
are in the new format then slack will ignore any value of domain. If
the token is in the old format the domain is required. Ansible has no
control of when slack will get rid of the old API. When slack does
- that the old format will stop working.
+ that the old format will stop working. ** Please keep in mind the tokens
+ are not the API tokens but are the webhook tokens. In slack these are
+ found in the webhook URL which are obtained under the apps and integrations.
+ The incoming webhooks can be added in that area. In some cases this may
+ be locked by your Slack admin and you must request access. It is there
+ that the incoming webhooks can be added. The key is on the end of the
+ URL given to you in that section.
required: true
msg:
description: