Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2016-02-25 22:00:21 +00:00
commit c592979c4c

View file

@ -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])