mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 02:36:55 +00:00
remove extraneous whitespaces (#11029)
* remove extraneous whitespaces * ruff format * add changelog frag
This commit is contained in:
parent
b471a4a90d
commit
3c42ec730d
8 changed files with 19 additions and 14 deletions
|
|
@ -431,7 +431,7 @@ def do_notify_slack(module, domain, token, payload):
|
|||
else:
|
||||
if not domain:
|
||||
module.fail_json(
|
||||
msg="Slack has updated its webhook API. You need to specify a token of the form "
|
||||
msg="Slack has updated its webhook API. You need to specify a token of the form "
|
||||
"XXXX/YYYY/ZZZZ in your playbook"
|
||||
)
|
||||
slack_uri = OLD_SLACK_INCOMING_WEBHOOK % (domain, token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue