Fix: add common options to RabbitMQ version check

Closes-Bug: #2086171
Change-Id: I4001ddad198dcf40f71e9196e126cc78a19d1437
This commit is contained in:
Matt Crees 2024-10-31 09:02:09 +00:00
parent 9b98ce997e
commit fa54e69eb1
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,7 @@
kolla_container:
action: "start_container"
command: "rabbitmqctl --version"
common_options: "{{ docker_common_options }}"
container_engine: "{{ kolla_container_engine }}"
detach: false
environment:

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes a bug where the RabbitMQ version check would fail to pull the new
image due to lack of auth.
`LP#2086171 <https://bugs.launchpad.net/kolla-ansible/+bug/2086171>`__