small fixes mostly variable names
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
name: rabbitmq.service
|
||||
state: started
|
||||
|
||||
- name: wait for container to be started
|
||||
wait_for:
|
||||
port: 15671
|
||||
|
||||
- name: setup the cluster
|
||||
command: "docker exec -i rabbitmq.service {{ item }}"
|
||||
with_items:
|
||||
|
Reference in New Issue
Block a user