mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b5d311a171
* 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>
2 lines
290 B
YAML
2 lines
290 B
YAML
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).
|