community.general/lib/ansible/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
2016-08-12 14:18:50 -05:00
..
action Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04:00
connection Fix funcd to at least import without errors. (#16288) 2016-07-29 16:19:38 -04:00
filter Add generic data structures querying (#13684) 2016-08-08 11:55:59 -04:00
lookup Introduce new 'filetree' lookup plugin (#14332) 2016-08-11 23:33:54 -04:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy Don't immediately return failed for any_errors_fatal tasks 2016-08-12 14:18:50 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars
__init__.py actually skip bad/broken module files found 2016-08-04 11:32:08 -04:00