mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
Revert "ec2_lc - include all launch config properties in the return"
This commit is contained in:
@@ -241,8 +241,7 @@ def create_launch_config(connection, module):
|
||||
|
||||
module.exit_json(changed=changed, name=result.name, created_time=str(result.created_time),
|
||||
image_id=result.image_id, arn=result.launch_configuration_arn,
|
||||
security_groups=result.security_groups, instance_type=result.instance_type,
|
||||
result=result)
|
||||
security_groups=result.security_groups, instance_type=instance_type)
|
||||
|
||||
|
||||
def delete_launch_config(connection, module):
|
||||
|
||||
Reference in New Issue
Block a user