Skip to content

Commit

Permalink
Update language_features/rabbitmq.yml
Browse files Browse the repository at this point in the history
fix: Switch from {{item}} to {{item.username}} and {{item.password}}

Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
knechtionscoding and webknjaz authored Mar 20, 2020
1 parent a331f35 commit 648a139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_features/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- restart rabbitmq

- name: add users
rabbitmq_user: user={{item.username}} password={{item.password}} tags=administrator,{{item}} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present
rabbitmq_user: user={{item.username}} password={{item.password}} tags=administrator,{{item.username}} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present
with_items:
- { username: user1, password: changeme }
- { username: user2, password: changeme }
Expand Down

0 comments on commit 648a139

Please sign in to comment.