summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-04-30 09:40:01 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-04-30 12:22:20 -0500
commit196018952bb9ac0157b569007d46a35f24e37ca3 (patch)
tree88b25e09295aee34733c3599cfc1ee773e2b9b5e
parent57935b76d750a87616cec0dbeabf194bbd8b7e15 (diff)
downloadansible-196018952bb9ac0157b569007d46a35f24e37ca3.tar.gz
[stable-2.8] Install rabbitmq from s3 in tests.
(cherry picked from commit e105f5b436c64993868c5d55e3c3ccd3959203c8) Co-authored-by: Matt Clay <matt@mystile.com>
-rw-r--r--test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml15
1 files changed, 1 insertions, 14 deletions
diff --git a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml b/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
index a606b9f2a6..134178b3ed 100644
--- a/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
+++ b/test/integration/targets/setup_rabbitmq/tasks/ubuntu.yml
@@ -30,18 +30,6 @@
state: present
update_cache: yes
-- name: Add RabbitMQ public GPG key
- apt_key:
- url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/rabbitmq-release-signing-key.asc
- state: present
-
-- name: Add RabbitMQ repository
- apt_repository:
- repo: "deb https://dl.bintray.com/rabbitmq/debian {{ ansible_distribution_release }} main"
- filename: rabbitmq
- state: present
- update_cache: yes
-
# Required by the rabbitmq modules that uses the management API
- name: Install requests
pip:
@@ -49,8 +37,7 @@
- name: Install RabbitMQ Server
apt:
- name: rabbitmq-server
- state: latest
+ deb: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_rabbitmq/rabbitmq-server_3.7.14-1_all.deb
- name: Install RabbitMQ TLS dependencies
apt: