Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-07-07 09:12:00 +02:00
parent d083b291d3
commit 97eb3ff295
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 4 additions and 4 deletions

View file

@ -44,9 +44,9 @@
- name: Prepare the topic permissions dict
set_fact:
topic_permissions:
- vhost: vhost
- vhost: "{{ vhost }}"
read_priv: .*
write_priv: sent_topics
write_priv: "{{ sent_topics }}"
tags:
- fedora-messaging
- rabbitmq_cluster

View file

@ -27,9 +27,9 @@
- name: Prepare the topic permissions dict
set_fact:
topic_permissions:
- vhost: vhost
- vhost: "{{ vhost }}"
read_priv: .*
write_priv: sent_topics
write_priv: "{{ sent_topics }}"
tags:
- config
- fedora-messaging