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/utils
Ganesh Nalawade 414eaefcb5 Fix idempotency issue for network modules. (#32838)
After the connection refactor if response value returned from
the remote device is empty in that case an `ok` return value is send
to module side code. To avoid this do not overwrite the empty response
received from remote device in `jsonrpc` reply.
7 years ago
..
module_docs_fragments nso_config module for setting configuration in Cisco NSO (#30973) 7 years ago
__init__.py limit extensions for files in group/host_vars dir 10 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 8 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 7 years ago
display.py Updated Display.do_var_prompt to use to_native on prompt ( Fixes #30265 ) (#30285) 7 years ago
encrypt.py Remove uses of assert in production code (#32079) 7 years ago
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
helpers.py skip all hidden keys, allow exclude list 7 years ago
jsonrpc.py Fix idempotency issue for network modules. (#32838) 7 years ago
listify.py ansible/utils/: PEP8 compliancy (#24686) 8 years ago
path.py fix paths to actually be config file relative (#31533) 7 years ago
plugin_docs.py Remove uses of assert in production code (#32079) 7 years ago
shlex.py Update module_utils.six to latest (#22855) 8 years ago
ssh_functions.py Fix encoding error with path to ssh 7 years ago
unicode.py utils/unicode: PEP8 compliancy (#24668) 8 years ago
unsafe_proxy.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
vars.py expose soem options as vars (#30379) 7 years ago