Fix rabbitmq_* integration tests (#41836)

(cherry picked from commit a8d4bf8642)
pull/42228/head
Martin Krizek 6 years ago committed by Kevin Breit
parent 75f02af94b
commit c8ccbe27bf

@ -3,4 +3,3 @@ posix/ci/group1
skip/osx
skip/freebsd
skip/rhel
disabled

@ -3,4 +3,3 @@ posix/ci/group1
skip/osx
skip/freebsd
skip/rhel
disabled

@ -3,4 +3,3 @@ posix/ci/group1
skip/osx
skip/freebsd
skip/rhel
disabled

@ -1,5 +1,18 @@
---
# https://www.rabbitmq.com/install-debian.html#apt-pinning
- name: Pin erlang version that rabbitmq supports
copy:
dest: /etc/apt/preferences.d/erlang
content: |
Package: erlang*
Pin: version 1:20.1-1
Pin-Priority: 1000
Package: esl-erlang
Pin: version 1:20.1.7
Pin-Priority: 1000
- name: Install https transport for apt
apt: name=apt-transport-https state=latest force=yes

Loading…
Cancel
Save