Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-2.9] setup_rabbitmq test - Use official repo for rabbitmq-erlang (#74445) #74453

Merged
merged 1 commit into from May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down