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
|
- name: Prepare the topic permissions dict
|
||||||
set_fact:
|
set_fact:
|
||||||
topic_permissions:
|
topic_permissions:
|
||||||
- vhost: vhost
|
- vhost: "{{ vhost }}"
|
||||||
read_priv: .*
|
read_priv: .*
|
||||||
write_priv: sent_topics
|
write_priv: "{{ sent_topics }}"
|
||||||
tags:
|
tags:
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
- rabbitmq_cluster
|
- rabbitmq_cluster
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
- name: Prepare the topic permissions dict
|
- name: Prepare the topic permissions dict
|
||||||
set_fact:
|
set_fact:
|
||||||
topic_permissions:
|
topic_permissions:
|
||||||
- vhost: vhost
|
- vhost: "{{ vhost }}"
|
||||||
read_priv: .*
|
read_priv: .*
|
||||||
write_priv: sent_topics
|
write_priv: "{{ sent_topics }}"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue