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
Brian Coca 5d8bc210bf fixed issue with default callback inheritance (#30427)
* fixed issue with default callback inheritance

 - callbacks need to document same options as callbacks they inherit from to get them configured
 - since default is also used by many 3rd party callbacks for inheritance, making the code 'tolerate' the missing docs
   and fallback to using the direct constant to configure it's options.
(cherry picked from commit 81fd67c10f)
8 years ago
..
module_docs_fragments fixed issue with default callback inheritance (#30427) 8 years ago
__init__.py limit extensions for files in group/host_vars dir 11 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 9 years ago
display.py Updated Display.do_var_prompt to use to_native on prompt ( Fixes #30265 ) (#30285) 8 years ago
encrypt.py [passwordstore] Use builtin _random_password function instead of pwgen (#25843) 9 years ago
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
helpers.py skip all hidden keys, allow exclude list 8 years ago
jsonrpc.py Add junos_system declartive module and other related change (#25859) 9 years ago
listify.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
path.py Fix several things causing tracebacks with unicode cwd (#27731) 9 years ago
plugin_docs.py Ansible Config part2 (#27448) 9 years ago
shlex.py Update module_utils.six to latest (#22855) 9 years ago
ssh_functions.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
unicode.py utils/unicode: PEP8 compliancy (#24668) 9 years ago
unsafe_proxy.py Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
vars.py check options exist before forcing assignment 9 years ago