I’m making a module, and have a REST api that I’m working with that returns all its values in camelCase and I wanted to return them in a module to my end users in the snake_case that ansible uses.
I was wondering if Ansible came with a utility method to do this, or if I should back my own?