mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding the region to the output of the ec2 module's creation of a new instance.
This commit is contained in:
parent
22cfef33b4
commit
b5761750c4
1 changed files with 1 additions and 0 deletions
|
@ -549,6 +549,7 @@ def get_instance_info(inst):
|
|||
'image_id': inst.image_id,
|
||||
'key_name': inst.key_name,
|
||||
'placement': inst.placement,
|
||||
'region': inst.placement[:-1],
|
||||
'kernel': inst.kernel,
|
||||
'ramdisk': inst.ramdisk,
|
||||
'launch_time': inst.launch_time,
|
||||
|
|
Loading…
Reference in a new issue