community.general/lib/ansible/executor
James Cammarata 699a854bf3 Fixing bugs in play iteration and strategies
* Fixed a bug in PlayIterator when ITERATING_ALWAYS, where the block
  was advanced but the incorrect data structure elements were cleared
* Cleaned up the logic of is_failed() in PlayIterator
* Fixed a bug in the free strategy which had not been updated to use
  the base strategy _execute_meta() method
* Stopped strategies from using is_failed() to determine if tasks should
  still be fetched for a host

Fixes #14040
2016-02-03 18:42:27 -05:00
..
process Transform tracebacks into unicode before printing 2016-01-25 19:18:59 -08:00
__init__.py
module_common.py add REPLACER_SELINUX back into module_common 2015-11-16 16:35:55 -05:00
play_iterator.py Fixing bugs in play iteration and strategies 2016-02-03 18:42:27 -05:00
playbook_executor.py Don't try to generate retry files if the tqm hasn't been initialized 2016-01-27 09:56:50 -05:00
stats.py
task_executor.py Squashing was occuring even though pkgs didn't have a template that would be affected by squash 2016-01-27 21:55:00 -08:00
task_queue_manager.py fixed code for v1 callback runtime compatiblity 2016-01-29 16:55:23 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00