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:
jayonlau 2021-07-08 16:32:53 +08:00 committed by GitHub
parent 394afc957b
commit 823bd9118e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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