[stable-2.11] incidental_setup_rabbitmq test - Use official repo for rabbitmq-erlang (#74450)

Previously it was hosted on bintray, but that service is shutting down on May 1. Using the new
repository also required using a newer version of RabbitMQ.
(cherry picked from commit 62cba4a6ad)

Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/74560/head
Sam Doran 4 years ago committed by GitHub
parent 2743ea1e69
commit 744412d0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@
- name: Add RabbitMQ Erlang repository
apt_repository:
repo: "deb https://dl.bintray.com/rabbitmq-erlang/debian {{ ansible_distribution_release }} erlang-20.x"
repo: ppa:rabbitmq/rabbitmq-erlang
filename: 'rabbitmq-erlang'
state: present
update_cache: yes
@ -37,7 +37,7 @@
- name: Install RabbitMQ Server
apt:
deb: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.7.14-1_all.deb
deb: https://ansible-ci-files.s3.us-east-1.amazonaws.com/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.8.14-1_all.deb
- name: Install RabbitMQ TLS dependencies
apt:

Loading…
Cancel
Save