Try overriding rabbitmq_server when creating queues

The default was changed from 01 to 03, and I'm not sure why, and
this playbook fails where it used to succeed. So see if changing
this helps.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-22 14:16:17 -07:00 committed by Pierre-Yves Chibon
parent ef3bbe781c
commit 64a736625f

View file

@ -42,6 +42,9 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
vars:
rabbitmq_server: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
roles:
- role: rabbit/queue
username: "openqa"