rabbitmq: add node parameter in rabbitmq_user call

Change-Id: I4cf48620f03d67ea4a9ef327afbf3b1ebe28550b
Closes-Bug: #1946506
This commit is contained in:
IDerr 2021-11-09 11:55:31 +01:00 committed by Juan Pablo Suazo
parent 12035a7049
commit 38729dc39c
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>`__