mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update typo for connection to the get_nat_gateways function
This commit is contained in:
@@ -145,7 +145,7 @@ def main():
|
||||
except botocore.exceptions.NoCredentialsError, e:
|
||||
module.fail_json(msg=str(e))
|
||||
|
||||
results = get_nat_gateways(ec2, module)
|
||||
results = get_nat_gateways(connection, module)
|
||||
|
||||
module.exit_json(result=camel_dict_to_snake_dict(results))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user