Typo
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
d083b291d3
commit
97eb3ff295
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue