Skip to content

Commit

Permalink
Use keyserver instead now
Browse files Browse the repository at this point in the history
This does not require ca-certificates and other dependencies like
before, fixing installation on lxc.
  • Loading branch information
jpic committed Jun 16, 2016
1 parent 0d36b40 commit 3fc3e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Setup installation repositories

- name: import repository key
apt_key: url=https://www.rabbitmq.com/rabbitmq-release-signing-key.asc state=present
apt_key: keyserver=hkps.pool.sks-keyservers.net id=0x6B73A36E6026DFCA


- name: add apt repository
apt_repository: repo="deb http://www.rabbitmq.com/debian/ testing main"
Expand Down

0 comments on commit 3fc3e1f

Please sign in to comment.