summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-11-18 10:23:37 -0800
committerMatt Clay <matt@mystile.com>2017-01-19 11:39:39 -0800
commitdb225949551f240e4b90addee36f069503d6820d (patch)
treed6f524b8e46637703170828075d607a21c450491
parent9e9d202d6ffca3720a83d77a3fb78078b2b854b8 (diff)
downloadansible-db225949551f240e4b90addee36f069503d6820d.tar.gz
Update test to use keyserver.ubuntu.com.
(cherry picked from commit 4d616366c00334ff58fb85df151ba77797569cf3)
-rw-r--r--test/integration/roles/test_git/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/roles/test_git/tasks/main.yml b/test/integration/roles/test_git/tasks/main.yml
index 30e282c702..2f5373028d 100644
--- a/test/integration/roles/test_git/tasks/main.yml
+++ b/test/integration/roles/test_git/tasks/main.yml
@@ -666,7 +666,7 @@
# clone a repo checkout signed tag, verify tag
- name: Import Jamie Evans GPG key
- command: gpg --keyserver pgp.mit.edu --recv-key 61107C8E
+ command: gpg --keyserver keyserver.ubuntu.com --recv-key 61107C8E
when: >
not gpg_version.stderr and
gpg_version.stdout and