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:
Aurélien Bompard 2023-05-09 12:21:51 +02:00
parent 00478a4f76
commit 34cd28f82d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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