mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Merge pull request #1853 from jure/more_info_from_ec2
EC2 module should report back the public_dns_name too
This commit is contained in:
@@ -181,6 +181,7 @@ def main():
|
||||
d = {
|
||||
'id': inst.id,
|
||||
'public_ip': inst.ip_address,
|
||||
'public_dns_name': inst.public_dns_name
|
||||
}
|
||||
instances.append(d)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user