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/test/units
James Cammarata c669a381d1 Don't immediately return failed for any_errors_fatal tasks
Instead of immediately returning a failed code (indicating a break in
the play execution), we internally 'or' that failure code with the result
(now an integer flag instead of a boolean) so that we can properly handle
the rescue/always portions of blocks and still remember that the break
condition was hit.

Fixes #16937
10 years ago
..
cli Test GalaxyCLI when no actions are provided 10 years ago
contrib Add a new vmware inventory script backed by pyvmomi (#15967) 10 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 10 years ago
executor Cache tasks by uuid in PlayIterator for O(1) lookups 10 years ago
inventory Changing up how host (in)equality is checked 10 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock A little unittest refactoring (#16704) 10 years ago
module_utils A little unittest refactoring (#16704) 10 years ago
modules docker was deprecated, test now reflects new name 10 years ago
parsing New unit tests for #13630 fix 10 years ago
playbook Fix mock loader for osx /etc symlinks (#16074) 10 years ago
plugins Don't immediately return failed for any_errors_fatal tasks 10 years ago
template Cleaning up FIXMEs 10 years ago
utils FEATURE: adding variable serial batches 10 years ago
vars Adding unit tests for role variable precedence 10 years ago
__init__.py Making the switch to v2 11 years ago