Skip to content

Commit 8cada84

Browse files
Use protocol version without encryption to support older Debian and Ubuntu releases.
Fixes Travis CI error: 'HTTP fetch error 1: unsupported protocol'
1 parent cbcc7c0 commit 8cada84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/keys/apt-key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- name: "(Install: APT OSs) Add APT NGINX Signing Key"
33
apt_key:
44
id: 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
5-
keyserver: hkps://hkps.pool.sks-keyservers.net:443
5+
keyserver: hkp://p80.pool.sks-keyservers.net:80

0 commit comments

Comments
 (0)