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
James Cammarata ff9f5d7dc8 Starting to add additional unit tests for VariableManager
Required some rewiring in inventory code to make sure we're using
the DataLoader class for some data file operations, which makes mocking
them much easier.

Also identified two corner cases not currently handled by the code, related
to inventory variable sources and which one "wins". Also noticed we weren't
properly merging variables from multiple group/host_var file locations
(inventory directory vs. playbook directory locations) so fixed as well.
11 years ago
..
module_docs_fragments cloudstack: implement general api_region support, update docs 11 years ago
__init__.py limit extensions for files in group/host_vars dir 11 years ago
boolean.py Making the switch to v2 11 years ago
cmd_functions.py fixed ansible pull, reorged validate function for cli to be function specific like parser 11 years ago
color.py Making the switch to v2 11 years ago
debug.py Making the switch to v2 11 years ago
display.py keep banners at 79 11 years ago
encrypt.py Making the switch to v2 11 years ago
hashing.py Making the switch to v2 11 years ago
listify.py Default listify to converting bare variables again 11 years ago
module_docs.py Support print as a function 11 years ago
path.py Starting to add additional unit tests for VariableManager 11 years ago
unicode.py Fix to_bytes(None) on Python 3 11 years ago
vars.py Cleanup combine_vars 11 years ago