Clean up extra spaces of kubespray-aws-inventory.py (#7774)
Clean up extra spaces, although these errors are not important, they affect the code specification.
This commit is contained in:
parent
394afc957b
commit
823bd9118e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class SearchEC2Tags(object):
|
|||
|
||||
hosts[group].append(dns_name)
|
||||
hosts['_meta']['hostvars'][dns_name] = ansible_host
|
||||
|
||||
|
||||
hosts['k8s_cluster'] = {'children':['kube_control_plane', 'kube_node']}
|
||||
print(json.dumps(hosts, sort_keys=True, indent=2))
|
||||
|
||||
|
|
Loading…
Reference in a new issue