Merge "rabbitmq: add node parameter in rabbitmq_user call"

This commit is contained in:
Zuul 2022-03-03 12:47:03 +00:00 committed by Gerrit Code Review
commit 5dc04b9f47
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@
module_args:
user: "{{ item.user }}"
password: "{{ item.password }}"
node: "rabbit@{{ ansible_facts.hostname }}"
update_password: always
vhost: "{{ item.vhost }}"
configure_priv: ".*"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
rabbitmq: add node parameter in rabbitmq_user call.
`LP#1946506 <https://launchpad.net/bugs/1946506>`__