Skip to content

Fix rmq broker addresses #2130 - #2361

Open
alialkhalidi wants to merge 5 commits into
ansible-collections:mainfrom
alialkhalidi:fix_rmq_broker__1
Open

Fix rmq broker addresses #2130#2361
alialkhalidi wants to merge 5 commits into
ansible-collections:mainfrom
alialkhalidi:fix_rmq_broker__1

Conversation

@alialkhalidi

Copy link
Copy Markdown
Contributor
SUMMARY

Fixes #2130

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

mq_broker.py

ADDITIONAL INFORMATION

Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
@github-actions

github-actions Bot commented Dec 13, 2025

Copy link
Copy Markdown

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/community.aws/actions/runs/20284848101

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/community.aws/branch/main

File changes:

  • M collections/community/aws/mq_broker_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/mq_broker_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/mq_broker_module.html
index 69fe9fa..be6dad3 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/mq_broker_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/mq_broker_module.html
@@ -272,6 +272,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-mq-br
 <a class="ansibleOptionLink" href="#parameter-enable_audit_log" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
 </div></td>
 <td><div class="ansible-option-cell"><p>Enable/disable to push audit logs to AWS CloudWatch.</p>
+<p>Ignored for <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-aws-mq-broker-module-parameter-engine-type"><span class="std std-ref"><span class="pre">engine_type=RABBITMQ</span></span></a></code>.</p>
 <p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
 <ul class="simple">
 <li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>

Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
@softwarefactory-project-zuul

Copy link
Copy Markdown
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/953f9f8c50374b419e75a95f74ed3a55

✔️ ansible-galaxy-importer SUCCESS in 5m 18s (non-voting)
✔️ build-ansible-collection SUCCESS in 11m 13s
✔️ ansible-test-splitter SUCCESS in 4m 20s
✔️ integration-community.aws-1 SUCCESS in 2m 38s
Skipped 21 jobs

Comment thread plugins/modules/mq_broker.py Outdated
Comment thread plugins/modules/mq_broker.py Outdated
Comment thread changelogs/fragments/2361-fix-mq-broker.yml Outdated
@alinabuzachis
alinabuzachis self-requested a review December 16, 2025 18:10
Signed-off-by: Ali AlKhalidi <ali.alkhalidi289@gmail.com>
@softwarefactory-project-zuul

Copy link
Copy Markdown
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/323a548ff7ec4c07bf46fcb55ba6be97

✔️ ansible-galaxy-importer SUCCESS in 3m 48s (non-voting)
✔️ build-ansible-collection SUCCESS in 11m 19s
✔️ ansible-test-splitter SUCCESS in 4m 25s
✔️ integration-community.aws-1 SUCCESS in 2m 52s
Skipped 21 jobs

@alialkhalidi

Copy link
Copy Markdown
Contributor Author

@alinabuzachis are we done here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mq_broker fails if engine_type is RabbitMQ because audit logging is not supported

2 participants