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:
Kevin Fenzi 2019-05-21 14:49:37 +00:00
parent adf77a651f
commit 3a907f13bd
37 changed files with 90 additions and 90 deletions

View file

@ -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 }}"