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/lib/ansible
Ryan Brown 269d682f70 Move camel2snake and snake2camel to common/dict_transformations.py (#39498)
Since it will be used outside just AWS modules, this commit moves
`camel_dict_to_snake_dict` and `snake_dict_to_camel_dict` functions into
a new module_utils file under common/ to match their wider usage.
8 years ago
..
cli add 'localhost_warning' configuration option 8 years ago
compat Enable wildcard import pylint (#35786) 8 years ago
config add 'localhost_warning' configuration option 8 years ago
errors give hint to users when a file is not found 8 years ago
executor Don't skip conditional exception on includes (#39377) 8 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 8 years ago
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 8 years ago
module_utils Move camel2snake and snake2camel to common/dict_transformations.py (#39498) 8 years ago
modules refactor firewalld module, add firewalld module_util (#37603) 8 years ago
parsing Allow loading dirs from role defaults/vars (#36357) 8 years ago
playbook Remove unneeded imports in load_list_of_blocks (#39523) 8 years ago
plugins Update example in lookup dict.py (#39488) 8 years ago
template fix exception on lookup ignore error 8 years ago
utils ovirt: Update documentation to showcase that the Python SDK 4.2.4 is required. (#39169) 8 years ago
vars minimize loading files/plugins 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py centralize doc/config plugin lists (#38775) 8 years ago
release.py Fix version in lib/ansible/release.py 8 years ago