summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-05-03 14:30:45 -0400
committerGitHub <noreply@github.com>2021-05-03 13:30:45 -0500
commit9380d74c029b258e7b54ea2a9ba5223bc94d7b24 (patch)
treec6e792815ceeacd1c72820c9fda29675c033f074
parent1c641dd83d4e41048dab6b99051e538bc16568db (diff)
downloadansible-9380d74c029b258e7b54ea2a9ba5223bc94d7b24.tar.gz
[stable-2.9] incidental_setup_rabbitmq test - Use official repo for rabbitmq-erlang (#74453)
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 62cba4a6adc666f1e0100c385de20744002e4c42) Co-authored-by: Sam Doran <sdoran@redhat.com>
-rw-r--r--test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml b/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
index 6d7a3ef0d9..2b21c857b6 100644
--- a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
+++ b/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
@@ -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://s3.amazonaws.com/ansible-ci-files/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: