1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove rabbitmq-related changelog fragments. (#174)

This commit is contained in:
Felix Fontein 2020-04-14 08:27:13 +02:00 committed by GitHub
parent ec52007c8d
commit fd64cde84a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -1,2 +0,0 @@
bugfixes:
- rabbitmq_publish - Fix to ensure the module works correctly for pika v1.0.0 and later. (https://github.com/ansible/ansible/pull/61960)

View file

@ -1,2 +0,0 @@
bugfixes:
- rabbitmq lookup plugin - Fix for rabbitmq lookups failing when using pika v1.0.0 and newer.

View file

@ -1,2 +0,0 @@
minor_changes:
- rabbitmq_publish - Support for connecting with SSL certificates.