Skip to content

Commit

Permalink
Merge pull request #4 from hellofresh/fix/python-sni-apt-key
Browse files Browse the repository at this point in the history
Switch to ubuntu keyserver because of python2 SNI issue
  • Loading branch information
zeelax authored Feb 2, 2017
2 parents 75cbd35 + cdc6f9e commit 24b2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# RabbitMQ official install
- name: "add the official rabbitmq repository's key"
apt_key: url=https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
apt_key: url=https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x6B73A36E6026DFCA
when: not rabbitmq_os_package

- name: add the official rabbitmq repository
Expand Down

0 comments on commit 24b2dcc

Please sign in to comment.