ansible: Try and mass fix all the manual playbooks to use _ instead of - in group names.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
adf77a651f
commit
3a907f13bd
37 changed files with 90 additions and 90 deletions
|
@ -17,7 +17,7 @@
|
|||
fail_msg: "You must define vhost"
|
||||
|
||||
- name: Create the queue in RabbitMQ
|
||||
hosts: rabbitmq-stg[0]:rabbitmq[0]
|
||||
hosts: rabbitmq_stg[0]:rabbitmq[0]
|
||||
rabbitmq_queue:
|
||||
name: "{{ queue_name }}"
|
||||
vhost: "{{ vhost }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue