Workaround a bug in the rabbitmq_user ansible module
Ref: https://github.com/ansible-collections/community.rabbitmq/issues/156 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
00478a4f76
commit
34cd28f82d
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
|||
configure_priv: .*
|
||||
read_priv: .*
|
||||
write_priv: .*
|
||||
# We have to repeat the topic permissions here until this is fixed:
|
||||
# https://github.com/ansible-collections/community.rabbitmq/issues/156
|
||||
topic_permissions:
|
||||
- vhost: /pubsub
|
||||
read_priv: .*
|
||||
write_priv: ^org\.fedoraproject\.{{ env_short }}\.fmn\..*
|
||||
tags:
|
||||
- config
|
||||
- fedora-messaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue