Fix rabbitmq_* integration tests (#41836)

This commit is contained in:
Martin Krizek 2018-06-25 21:29:45 +02:00 committed by GitHub
parent 28d0a173db
commit a8d4bf8642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View file

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

View file

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

View file

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

View file

@ -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