diff options
author | doteast <ali.elkhalidi@gmail.com> | 2016-02-25 21:45:23 +0000 |
---|---|---|
committer | doteast <ali.elkhalidi@gmail.com> | 2016-02-25 21:45:33 +0000 |
commit | 1b933a1f1588c975e18c88c11c4d5dbcccb11388 (patch) | |
tree | 4a73fd3bbaf02f8071f1a8c9d38509f06006de48 /scripts/fetch-ssh-keys.v2 | |
parent | 472c07664182804e3e539ae63880545fc6b59115 (diff) | |
download | ansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.tar.gz ansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.tar.xz ansible-1b933a1f1588c975e18c88c11c4d5dbcccb11388.zip |
removing unreachable from output
Diffstat (limited to 'scripts/fetch-ssh-keys.v2')
-rwxr-xr-x | scripts/fetch-ssh-keys.v2 | 3 |
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]) |