summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smoogen <smooge@redhat.com>2016-02-25 22:00:21 +0000
committerStephen Smoogen <smooge@redhat.com>2016-02-25 22:00:21 +0000
commitc592979c4c65b6e96b593bef9d79b3bd58c99dd5 (patch)
treeab66f498809cf39fd3699b5f21e2768c25cd7e45
parente2ae8b66f6d6ba620e75703a41aca4b576295a23 (diff)
parent1b933a1f1588c975e18c88c11c4d5dbcccb11388 (diff)
downloadansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.tar.gz
ansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.tar.xz
ansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.zip
Merge branch 'master' of /git/ansible
-rwxr-xr-xscripts/fetch-ssh-keys.v23
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/fetch-ssh-keys.v2 b/scripts/fetch-ssh-keys.v2
index 79b71d633..4b8280af4 100755
--- a/scripts/fetch-ssh-keys.v2
+++ b/scripts/fetch-ssh-keys.v2
@@ -110,8 +110,5 @@ if __name__ == '__main__':
cli.run()
- for host in cb.unreachable:
- sys.stderr.write('unreachable: %s\n' % host)
-
for host in sorted(cb.sshhostkeys.items()):
print "{names} {key} {comment}".format(comment=host[0],**host[1])