diff options
author | Stephen Smoogen <smooge@redhat.com> | 2016-02-25 22:00:21 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2016-02-25 22:00:21 +0000 |
commit | c592979c4c65b6e96b593bef9d79b3bd58c99dd5 (patch) | |
tree | ab66f498809cf39fd3699b5f21e2768c25cd7e45 /scripts/fetch-ssh-keys.v2 | |
parent | e2ae8b66f6d6ba620e75703a41aca4b576295a23 (diff) | |
parent | 1b933a1f1588c975e18c88c11c4d5dbcccb11388 (diff) | |
download | ansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.tar.gz ansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.tar.xz ansible-c592979c4c65b6e96b593bef9d79b3bd58c99dd5.zip |
Merge branch 'master' of /git/ansible
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]) |