Skip to content

Commit 68e62d3

Browse files
authored
Merge pull request #218 from FanchTheSystem/use-port-80-for-ubuntu-key-server
Use port 80 for Ubuntu keyserver
2 parents 060fd6a + 0078399 commit 68e62d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mongodb_package: mongodb-org
44
mongodb_package_state: present
55
mongodb_version: "4.4"
6-
mongodb_apt_keyserver: keyserver.ubuntu.com
6+
mongodb_apt_keyserver: 'hkp://keyserver.ubuntu.com:80'
77
mongodb_apt_key_id:
88
"3.6": "2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5"
99
"4.0": "9DA31620334BD75D9DCB49F368818C72E52529D4"

0 commit comments

Comments
 (0)