Merge "rabbitmq: add node parameter in rabbitmq_user call"
This commit is contained in:
commit
5dc04b9f47
@ -18,6 +18,7 @@
|
|||||||
module_args:
|
module_args:
|
||||||
user: "{{ item.user }}"
|
user: "{{ item.user }}"
|
||||||
password: "{{ item.password }}"
|
password: "{{ item.password }}"
|
||||||
|
node: "rabbit@{{ ansible_facts.hostname }}"
|
||||||
update_password: always
|
update_password: always
|
||||||
vhost: "{{ item.vhost }}"
|
vhost: "{{ item.vhost }}"
|
||||||
configure_priv: ".*"
|
configure_priv: ".*"
|
||||||
|
5
releasenotes/notes/bug-1946506-07bc6ee49fe6b017.yaml
Normal file
5
releasenotes/notes/bug-1946506-07bc6ee49fe6b017.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
rabbitmq: add node parameter in rabbitmq_user call.
|
||||||
|
`LP#1946506 <https://launchpad.net/bugs/1946506>`__
|
Loading…
x
Reference in New Issue
Block a user