mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix indentation
This commit is contained in:
parent
2ee05f0c96
commit
3f43ede70c
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def main():
|
||||||
d = {
|
d = {
|
||||||
'id': inst.id,
|
'id': inst.id,
|
||||||
'public_ip': inst.ip_address,
|
'public_ip': inst.ip_address,
|
||||||
'public_dns_name': inst.public_dns_name
|
'public_dns_name': inst.public_dns_name
|
||||||
}
|
}
|
||||||
instances.append(d)
|
instances.append(d)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue