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/plugins
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
8 years ago
..
action set cwd to task's basedir (#16805) 8 years ago
cache Fixed import typo for memcache module in tests. 9 years ago
callback Squashed commit of the following: 9 years ago
connections lxc connection plugin 9 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
lookup Refactor the parameter splitting in ini lookup to handle more path formats (#16477) 9 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
strategies Don't immediately return failed for any_errors_fatal tasks 8 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 10 years ago
__init__.py Making the switch to v2 10 years ago
test_plugins.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago