summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/git
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-11-18 19:23:37 +0100
committerMatt Clay <matt@mystile.com>2016-11-18 19:44:17 +0100
commit4d616366c00334ff58fb85df151ba77797569cf3 (patch)
treedf6fbb425acd9c7648c72a1f634f5d6503539dfb /test/integration/targets/git
parentretag win_async_wrapper test to run on module changes (diff)
downloadansible-4d616366c00334ff58fb85df151ba77797569cf3.tar.xz
ansible-4d616366c00334ff58fb85df151ba77797569cf3.zip
Update test to use keyserver.ubuntu.com.
Diffstat (limited to 'test/integration/targets/git')
-rw-r--r--test/integration/targets/git/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/git/tasks/main.yml b/test/integration/targets/git/tasks/main.yml
index 452a23201b..7424deef3a 100644
--- a/test/integration/targets/git/tasks/main.yml
+++ b/test/integration/targets/git/tasks/main.yml
@@ -669,7 +669,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