mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
slack: add CP channel prefix (#5249)
* add CP channel prefix * changelog added * altered docs * added description for docs change * fix line length * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/5249-add-new-channel-prefix.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Денис Сперанский <d_speranskiy@head-point.ru> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
19e4b7d3ab
commit
b5d311a171
2 changed files with 7 additions and 2 deletions
2
changelogs/fragments/5249-add-new-channel-prefix.yml
Normal file
2
changelogs/fragments/5249-add-new-channel-prefix.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- slack - fix message update for channels which start with ``CP``. When ``message-id`` was passed it failed for channels which started with ``CP`` because the ``#`` symbol was added before the ``channel_id`` (https://github.com/ansible-collections/community.general/pull/5249).
|
Loading…
Add table
Add a link
Reference in a new issue