@ -24,4 +24,4 @@ def parse(path):
ret[group]["hosts"].append(host)
return ret
print(parse("hosts.yml"))
print(json.dumps(parse("hosts.yml")))