mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Merge remote-tracking branch 'downstream/release_3.3.0' into devel
# Conflicts: # awx/main/notifications/slack_backend.py
This commit is contained in:
@@ -37,6 +37,7 @@ class SlackBackend(AWXBaseEmailBackend):
|
||||
if self.color:
|
||||
ret = connection.api_call("chat.postMessage",
|
||||
channel=r,
|
||||
as_user=True,
|
||||
attachments=[{
|
||||
"color": self.color,
|
||||
"text": m.subject
|
||||
|
||||
Reference in New Issue
Block a user