mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Remove camel_dict_to_snake_dict as this was breaking the module itself - the result is a list
This commit is contained in:
@@ -147,7 +147,7 @@ def main():
|
||||
|
||||
results = get_nat_gateways(connection, module)
|
||||
|
||||
module.exit_json(result=camel_dict_to_snake_dict(results))
|
||||
module.exit_json(result=results)
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
Reference in New Issue
Block a user