You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/network/basics
Toshio Kuratomi 124bb92416 Fix uri for change in case in response
In python3, response fields are title cased whereas in python2 they were
not.  We return these fields to the module's caller so we need to
normalize all of them to be lower case.

This reverts the lowercase check from 454f741ef5
as that one was only targetted as a single field.
9 years ago
..
__init__.py Renames. 11 years ago
get_url.py Bulk spelling improvement to modules-core (#5225) 9 years ago
slurp.py made note about slurp memory consumption 10 years ago
uri.py Fix uri for change in case in response 9 years ago