Skip to content

Commit 24b2dcc

Browse files
authored
Merge pull request #4 from hellofresh/fix/python-sni-apt-key
Switch to ubuntu keyserver because of python2 SNI issue
2 parents 75cbd35 + cdc6f9e commit 24b2dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
- name: add the official rabbitmq repository

0 commit comments

Comments
 (0)