Remove unneccesary quotes from user task
This commit is contained in:
parent
b2b1900765
commit
32c7fa7f70
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
- restart rabbitmq
|
||||
|
||||
- name: add users
|
||||
rabbitmq_user: user=$item password=changeme tags=monitoring,$item vhost="/" configure_priv=".*" write_priv=".*" read_priv=".*" state=present
|
||||
rabbitmq_user: user=$item password=changeme tags=administrator,$item vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present
|
||||
with_items:
|
||||
- user1
|
||||
- user2
|
||||
|
@ -34,4 +34,3 @@
|
|||
handlers:
|
||||
- name: restart rabbitmq
|
||||
service: name=rabbitmq-server state=restarted
|
||||
|
||||
|
|
Loading…
Reference in a new issue