Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 648a139

Browse files
Update language_features/rabbitmq.yml
fix: Switch from {{item}} to {{item.username}} and {{item.password}} Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
1 parent a331f35 commit 648a139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language_features/rabbitmq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- restart rabbitmq
2727

2828
- name: add users
29-
rabbitmq_user: user={{item.username}} password={{item.password}} tags=administrator,{{item}} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present
29+
rabbitmq_user: user={{item.username}} password={{item.password}} tags=administrator,{{item.username}} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present
3030
with_items:
3131
- { username: user1, password: changeme }
3232
- { username: user2, password: changeme }

0 commit comments

Comments
 (0)