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
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.
9 years ago
..
cli Starting to add additional unit tests for VariableManager 9 years ago
compat Making the switch to v2 9 years ago
config Making the switch to v2 9 years ago
errors Making the switch to v2 9 years ago
executor remove closing connections after every task, this goes against conneciton caching and was not expected behaviuor nor inhertited from v1 9 years ago
galaxy Python 3: avoid iteritems() in a template 9 years ago
inventory Starting to add additional unit tests for VariableManager 9 years ago
module_utils Adds utf-8 encoding to f5 module_utils 9 years ago
modules updated submodule refs 9 years ago
new_inventory Making the switch to v2 9 years ago
parsing Starting to add additional unit tests for VariableManager 9 years ago
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 9 years ago
plugins Merge pull request #12256 from ansible/password-lookup-fix 9 years ago
template Use proxy class to mark variables unsafe for templating 9 years ago
utils Starting to add additional unit tests for VariableManager 9 years ago
vars Starting to add additional unit tests for VariableManager 9 years ago
__init__.py Re-adding submodules after moving things around 9 years ago
constants.py actually implemented flags correctly for all priv escalation methods 9 years ago
test-requirements.txt Making the switch to v2 9 years ago