1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-04 01:13:00 +00:00

[PR #11029/3c42ec73 backport][stable-12] remove extraneous whitespaces (#11035)

remove extraneous whitespaces (#11029)

* remove extraneous whitespaces

* ruff format

* add changelog frag

(cherry picked from commit 3c42ec730d)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-11-05 22:42:14 +01:00 committed by GitHub
parent c8ad571e27
commit 855a8504d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 19 additions and 14 deletions

View file

@ -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)