Skip to content

Commit

Permalink
Merge pull request #1 from jkeilson/patch-1
Browse files Browse the repository at this point in the history
Update Erlang and RabbitMQ repositories
  • Loading branch information
tanadeau authored May 3, 2019
2 parents 355cfd2 + 1d54111 commit 3fec0f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
yum_repository:
name: rabbitmq-erlang
description: Erlang
baseurl: https://dl.bintray.com/rabbitmq/rpm/erlang/21/el/7
gpgcheck: true
gpgkey: https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc
baseurl: https://packagecloud.io/rabbitmq/erlang/el/7/$basearch
gpgcheck: false
gpgkey: https://packagecloud.io/rabbitmq/erlang/gpgkey
repo_gpgcheck: true
- name: Configure RabbitMQ Yum repo
yum_repository:
name: rabbitmq
description: RabbitMQ
baseurl: https://dl.bintray.com/rabbitmq/rpm/rabbitmq-server/v3.7.x/el/7/
baseurl: https://packagecloud.io/rabbitmq/rabbitmq-server/el/7/$basearch
gpgcheck: false
repo_gpgcheck: true
gpgkey: https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey
- name: Install RabbitMQ
package:
name: rabbitmq-server-{{ rabbitmq_version }}
Expand Down

0 comments on commit 3fec0f6

Please sign in to comment.