summaryrefslogtreecommitdiffstats
path: root/scripts/fetch-ssh-keys.v2
diff options
context:
space:
mode:
authordoteast <ali.elkhalidi@gmail.com>2016-02-25 21:45:23 +0000
committerdoteast <ali.elkhalidi@gmail.com>2016-02-25 21:45:33 +0000
commit1b933a1f1588c975e18c88c11c4d5dbcccb11388 (patch)
tree4a73fd3bbaf02f8071f1a8c9d38509f06006de48 /scripts/fetch-ssh-keys.v2
parent472c07664182804e3e539ae63880545fc6b59115 (diff)
downloadansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.tar.gz
ansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.tar.xz
ansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.zip
removing unreachable from output
Diffstat (limited to 'scripts/fetch-ssh-keys.v2')
-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])